> Unissey's Web Components Library
npm install @unissey-web/web-components@unissey-web/web-components> Unissey's Web Components Library
1. Installation
2. Getting Started
``shell`
npm install @unissey-web/web-components
These following polyfills are recommended for a better use of this library:
- core-jsregenerator-runtime
- @webcomponents/webcomponentsjs
- lit/polyfill-support.js
-
`shell`
npm install core-js regenerator-runtime @webcomponents/webcomponentsjs lit/polyfill-support.js
And then import the dependencies in your polyfill file:
`typescript``
import "core-js";
import "regenerator-runtime";
import "@webcomponents/webcomponentsjs";
import "lit/polyfill-support.js";
After that, all you need is to import components in your application.
To explore the full range of components offered by this library, please consult our Web Components documentation.