Storybook documents reusable NotifyChain dashboard UI components for development and design review.
From dashboard/:
npm install
npm run storybookOpen http://localhost:6006.
Build a static Storybook site:
npm run build-storybookModal— size and footer variationsThemeToggle— light / darkPaginationControls— first / middle / last page and custom page sizesEventCard— compact / expanded / loading and event-type variantsEventExplorerCard— copied, paused, and clickable statesExportHistoryTable— mixed export statusesWebhookSummaryCards— loading and filled metrics
Stories live next to components as *.stories.tsx and share fixtures under src/stories/fixtures/.