allas-ui
v0.9.5
Published
CSC UI components
Downloads
18
Readme
CSC Design System - Web Component library
A cross-platform web component library that utilizes CSC Design System guidelines. It helps CSC developers to build applications with unified design. The components can be used with any browser and on top of any front-end framework.
Getting Started
See the documentation on how to use the web components and their attributes.
Contributing
Creating / modifying components
- Run
npm install
in root of the project - Run
npm run generate
in the root of the project to generate new components - Run
npm run build:watch
in root of the project
The documentation project
The root project generates a json that is used to generate the base of the documentation of the component.
- Run
npm install
in documentation/angular - Run
npm start
in documentation/angular
Create an example for a new web component
- Run
ng g c examples/c-name-of-the-component
in documentation/angular
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!