Use Storybook to craft and test beautiful components
Add a story in libs/<your-lib>/website/src/lib/<your-component>.stories.tsx
. Running the
command npx nx website storybook
will display an interface where your component
is displayed, making it easy to test the different possibilities of rendering it
without needing to place it on a website.
Last updated