@unissey-web/sdk-react
v3.10.0
Published
Unissey React Sdk
Downloads
124
Keywords
Readme
@unissey-web/sdk-angular
Unissey's React Library
1. Installation
Download the package
npm install @unissey-web/sdk-react
2. Getting Started
Required configuration
These following polyfills are recommended for a better use of this library:
core-js
regenerator-runtime
@webcomponents/webcomponentsjs
lit/polyfill-support.js
npm install core-js regenerator-runtime @webcomponents/webcomponentsjs lit/polyfill-support.js
And 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 SDK React documentation.