Introduction
The Web Components Library is an in-house open source project for developing modern web applications that follow the SIX corporate styling guidelines.
The technology stack is based on web standards and best practices. Moreover, we try to keep it as simple as possible for our developers. For those reasons we decided to use Web Components, which are supported by all modern browsers. The project fully supports TypeScript.
Add the Components to your Project
bash
npm install @six-group/ui-libraryINFO
If you want to try the latest version of the software, you can install the insider releases by specifying the insider tag. For instance npm install @six-group/ui-library@insider
For detailed instructions tailored to specific frameworks, consult the respective guides:
Contribute
Want to contribute? See the Contributing Guide.