@metatool/ui
v0.0.1-alpha.2
Published
The UI component library for `metatool`
Downloads
2
Readme
Tool UI
The UI component library for metatool
Install
npm install @metatool/ui
Docs
View the Storybook online or run Storybook locally with nx storybook ui
Development
Add a new component
Use the Nx generator to create a new component:
nx g @nx/angular:library-secondary-entry-point --library=ui --name={component-name}
Unit tests
Run nx test ui
to execute the unit tests.