The UI component library for metatool
npm install @metatool/ui
View the Storybook online or run Storybook locally with nx storybook ui
Use the Nx generator to create a new component:
nx g @nx/angular:library-secondary-entry-point --library=ui --name={component-name}
Run nx test ui
to execute the unit tests.