@unissey-web/web-components
v5.3.0-rc.1
Published
> Unissey's Web Components Library
Keywords
Readme
@unissey-web/web-components
Unissey's Web Components Library
1. Installation
Download the package
npm install @unissey-web/web-components2. Getting Started
Required configuration
These following polyfills are recommended for a better use of this library:
core-jsregenerator-runtime@webcomponents/webcomponentsjslit/polyfill-support.js
npm install core-js regenerator-runtime @webcomponents/webcomponentsjs lit/polyfill-support.jsAnd then import the dependencies in your polyfill file:
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.
