1.0.0 • Published 1 year ago

nimbbl_component_library v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Nimbbl react component library V2

Available Scripts

Build the library

npm run rollup

Publish the library

npm publish

Run tests

npm run test

Run storybook locally

npm run storybook

Build storybook

npm run build-storybook

Scaffolding 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.