@cadolabs/sphere-ui
v6.9.0
Published
UI Kit for awesome applications π
Readme
@cadolabs/sphere-ui Β· Β·
Β· 
UI Kit for awesome applications π
Based on PrimeReact.
Install
npm i --save @cadolabs/sphere-uior
yarn add @cadolabs/sphere-uiInclude 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 storybookinstall dependencies
yarn installrun
yarn storybookbuild
yarn build-storybookContributing
- 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.
