0.0.2 • Published 2 years ago

@cubox/react-components v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Cubox React Components

contains some base components which could be reused across cubox react projects

Make a new component

  • start storybook with npm run storybook
  • write new components under src/components
  • write new stories under src/stories
  • build components with npm run build

note: this repo contains dist folder, the compiled output is needed

npm install from private gitlab repo

-With HTTPS and deploy token git+https://:@gitlab.com/Username/Repository#{branch|tag}