storybook
Installation
SKILL.md
Storybook
Setup
# In an existing React/Next.js project
bunx storybook@latest init
# Starts on http://localhost:6006
bun run storybook
Story Format (CSF3)
// Button.stories.tsx
import type { Meta, StoryObj } from '@storybook/react'
import { Button } from './Button'