An open API service indexing awesome lists of open source software.

https://github.com/tyler-technologies-oss/forge

Framework agnostic Web Component library that implements the Tyler Forge™ design system.
https://github.com/tyler-technologies-oss/forge

forge tyler-technologies web-components

Last synced: 3 months ago
JSON representation

Framework agnostic Web Component library that implements the Tyler Forge™ design system.

Awesome Lists containing this project

README

          

# Tyler Forge™

Welcome to Tyler Forge™, a design system and component library for building modern web applications.

Tyler Forge provides a set of UI components and styles that can be used to create consistent and accessible user interfaces. Forge is built using [Web Components](https://developer.mozilla.org/en-US/docs/Web/API/Web_components), which are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages just as you would with any other built-in HTML element. Web components are based on existing web standards, and can be used with any modern web framework or no framework at all.

[![NPM Version](https://img.shields.io/npm/v/%40tylertech%2Fforge)](https://www.npmjs.com/package/@tylertech/forge)

## Packages

This repository is a monorepo that contains the following packages:

| Package | Description |
|---------|-------------|
| [@tylertech/forge](./packages/forge) | Web components library |
| [@tylertech/forge-core](./packages/forge-core) | Core utilities and base classes for building web components |

## Development

**Important:** This repository uses [pnpm](https://pnpm.io/) as the package manager.

Install dependencies:

```bash
pnpm install
```

## Links

- [Documentation](https://forge.tylerdev.io/)
- [Contributing](./CONTRIBUTING.md)
- [Changelog](./CHANGELOG.md)
- [License](./LICENSE)