Santiment UI React library.
- Button
- Input
- Panel
- Search input
- Select search input
git clone git@github.com:santiment/san-ui.git && cd san-ui
yarn
yarn storybook
yarn build:storybook
yarn build:lib
yarn lib-publish
In order to access CSS variables main.scss
should be imported into the project's main style file, e.g.:
/* index.scss */
@import "~@santiment-network/ui/main.scss";
/* ... */