@bolttech/ob-atoms-icon
v1.0.1
Published
```bash npx nx g @nx/react:lib ${lib_name} ```
Downloads
512
Maintainers
Keywords
Readme
Bolttech Frontend UI Library
Create a new Library (Local Only):
npx nx g @nx/react:lib ${lib_name}Create a new Publishable Library:
npx nx g @nx/react:lib atoms/COMPONENT_NAME --publishable --importPath @bolttech/atoms-COMPONENT_NAMECreate a new component inside library:
npx nx g @nx/react:component ${component_name} --project ${lib_name}Add storybook to lib:
npx nx g @nx/react:storybook-configuration atoms-COMPONENT_NAMERun Storybook
npx nx run storybook:storybook