@unissey-web/sdk-react
v5.3.0-rc.1
Published
Unissey React Sdk
Keywords
Readme
@unissey-web/sdk-react
Unissey's React Library
1. Installation
Download the package
npm install @unissey-web/sdk-react2. 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 SDK React documentation.
