A set of React/Next.js UI components and primitives that are documented through Storybook 10.
- Install deps with
pnpm install. - Run Storybook locally via
pnpm devand browsehttp://localhost:6006. - Explore stories for usage notes, accessibility guidance (addon-a11y), docs, and interactive controls.
Components are located in the src/components folder. You can use them as you would any other React component. Just copy and paste the component you want to use to your project and check that you have the necessary dependencies installed.