UI Kit for awesome applications 💅
Based on PrimeReact.
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"navigate to storybook folder
cd storybookinstall dependencies
yarn installrun
yarn storybookbuild
yarn build-storybook- 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
Released under MIT License.