https://github.com/dutchcelt/trivet
A simple library to create webpages with web components.
https://github.com/dutchcelt/trivet
css javascript json tokens webcomponents
Last synced: 10 months ago
JSON representation
A simple library to create webpages with web components.
- Host: GitHub
- URL: https://github.com/dutchcelt/trivet
- Owner: dutchcelt
- License: other
- Created: 2017-12-09T11:14:21.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T13:04:23.000Z (over 1 year ago)
- Last Synced: 2025-03-29T18:36:30.596Z (over 1 year ago)
- Topics: css, javascript, json, tokens, webcomponents
- Language: JavaScript
- Homepage:
- Size: 60.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trivet
**A simple library to create webpages with web components.**
Implementing a design can be hard but many of the common design requirements have been solved. This library helps to implement design in other systems and frameworks. It will help you deliver a stable and consistent design so you can put whatever you need on top of it.
The system offers:
- Design tokens ([Style Dictionary](https://amzn.github.io/style-dictionary/#/))
- Layout system (Gridless)
- Web Components
- Assets for styling pages and Web Components
- A CLI for generating themes
### Install
The setup use NPM (version 20 or higher).
- `npm install`
### Build
The build task runs all the 'build' script inside the workspace packages.
- `npm run build`
### Develop
- `npm run develop`
### License
[](https://opensource.org/licenses/)