Sets of shareable components
- @ferlab/ui Components for React
- @ferlab/style Set of scss style for the components, can be use with different stacks
- Create your own fork
- Make changes localy
- Push on your fork
- Create a pull request from your fork to the main ferlab repo
First, run the build process and storybook package/ui doc
All component should be expose to storybook. Please see storybook doc
Why deploy your own storybook
- QA
- Validation with design
- Validate prototypes
Storybook static site will be automaticaly deploy when you push or merge on master. Using your own fork enable to push on master without affecting the main repo.
- Navigate to your GitHub repository settings and find the GitHub Pages section.
- Select the main/master branch, then the docs folder and, click Save.
Interactive set of components available in ferlab-ui through storybook
On each update on the main branch, a new release of Storybooks if generated with the updated components on github Pages