Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 839 Bytes

File metadata and controls

32 lines (22 loc) · 839 Bytes

Dashboard Storybook

Storybook documents reusable NotifyChain dashboard UI components for development and design review.

Commands

From dashboard/:

npm install
npm run storybook

Open http://localhost:6006.

Build a static Storybook site:

npm run build-storybook

Documented components

  • Modal — size and footer variations
  • ThemeToggle — light / dark
  • PaginationControls — first / middle / last page and custom page sizes
  • EventCard — compact / expanded / loading and event-type variants
  • EventExplorerCard — copied, paused, and clickable states
  • ExportHistoryTable — mixed export statuses
  • WebhookSummaryCards — loading and filled metrics

Stories live next to components as *.stories.tsx and share fixtures under src/stories/fixtures/.