@cadolabs/sphere-ui
v6.1.0-alpha.3
Published
UI Kit for awesome applications π
Downloads
2,068
Readme
@cadolabs/sphere-ui Β· Β· Β·
UI Kit for awesome applications π
Based on PrimeReact.
Install
npm i --save @cadolabs/sphere-ui
or
yarn add @cadolabs/sphere-ui
Include styles to your root js
file:
import "@cadolabs/sphere-ui/dist/index.css";
or root css
, scss
file:
@import "~@cadolabs/sphere-ui/dist/index.css";
And require it for further usage
import UI from "@cadolabs/sphere-ui"
Storybook
navigate to storybook folder
cd storybook
install dependencies
yarn install
run
yarn storybook
build
yarn build-storybook
Contributing
- Fork it ( https://github.com/Cado-Labs/sphere-ui )
- Create your feature branch (
git checkout -b feature/my-new-feature
) - Commit your changes (
git commit -am '[feature_context] Add some feature'
) - Push to the branch (
git push origin feature/my-new-feature
) - Create a new Pull Request
License
Released under MIT License.