Introduction
- ๐ Built with Web Components.
- 0๏ธโฃ Zero external dependencies.
- ๐ Blazingly fast. Uses browser provided ShadowDOM.
- ๐ค Small bundle size (<500KB) for the entire UI (less if you use individual components).
- โจ ShadowDOM provides style encapsulation, your CSS styles wouldn't affect our styles and vice versa.
Installation
- NPM
- YARN
Install the package from npm:
npm install @dytesdk/react-ui-kit @dytesdk/react-web-core
Install the package from yarn:
yarn @dytesdk/react-ui-kit @dytesdk/react-web-core
Import Errors
If you get import errors for @dytesdk/ui-kit
or @dytesdk/web-core
, install them additonally