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.
- Host: GitHub
- URL: https://github.com/tyler-technologies-oss/forge
- Owner: tyler-technologies-oss
- License: apache-2.0
- Created: 2022-04-12T19:55:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T20:11:54.000Z (over 1 year ago)
- Last Synced: 2025-02-26T12:45:26.679Z (over 1 year ago)
- Topics: forge, tyler-technologies, web-components
- Language: TypeScript
- Homepage: https://forge.tylerdev.io
- Size: 204 MB
- Stars: 52
- Watchers: 3
- Forks: 17
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-web-components - Forge Components - Library of Web Components adhering to the Forge Design System. (Real World / Design Systems)
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.
[](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)