@wisdomai/ui-kit
v0.1.10
Published
Shared UI components for Wisdom AI frontend and SDK consumers
Keywords
Readme
ui-kit
This library was generated with Nx.
Storybook
UI Kit has its own Storybook instance, which keeps local development fast and makes the most of nx's cache.
See:
- https://nx.dev/recipes/storybook/overview-react
- https://nx.dev/nx-api/storybook/documents/best-practices#how-to-set-up-storybook-to-get-the-most-out-of-nx
Run storybook:
cd javascript
pnpm run start-ui-kitGenerate story files for all components:
pnpm exec nx g @nx/react:stories --project=ui-kitUnit tests
Run pnpm exec nx test ui-kit to execute the unit tests via Vitest.
