@totejs/uikit
v1.10.2
Published
A reusable UI component library based on React and Chakra UI
Downloads
125
Readme
UIkit
UIkit is a reusable UI component library based on React and Chakra UI that help you easy to create websites and apps.
Notice
To use UIkit, the React version should be in the range >=16.8 and <18
, we recommend v17.
Documents
Packages
- @totejs/uikit: UI components
- @totejs/icons: icons
Installation
In your React project, install UIkit by running the following:
$ npm i @totejs/uikit
To use @totejs/icons, just install as follow:
$ npm i @totejs/icons
Examples
We have written some examples to help you quickly master UIkit:
Contributing
There is a contributing guide to help guide you.