@cubox/react-components
v0.0.2
Published
Cubox react components
Readme
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 SSH git+ssh://[email protected]:Username/Repository#{branch|tag}
With HTTPS git+https://[email protected]/Username/Repository#{branch|tag}
-With HTTPS and deploy token git+https://:@gitlab.com/Username/Repository#{branch|tag}
