nimbbl_component_library
v1.0.0
Published
Nimbbl Component library V2
Readme
Nimbbl react component library V2
Available Scripts
Build the library
npm run rollupPublish the library
npm publishRun tests
npm run testRun storybook locally
npm run storybookBuild storybook
npm run build-storybookScaffolding Tool
- Start the Plop scaffolding generator.
npm run plop- Provide the name of the component needed.
Component name (eg: breadcrumb):- Done - Your component scaffolding is done. This generates a React component, a story, index file for exporting the component and a unit test file.
