n8n/packages/frontend/@n8n/storybook
Jan b5fe23bedd
feat(editor): Add instance settings components and Storybook examples (#32821)
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2026-07-09 20:59:48 +00:00
..
.storybook feat(editor): Add instance settings components and Storybook examples (#32821) 2026-07-09 20:59:48 +00:00
.gitignore refactor: Separate storybook from design-system (no-changelog) (#23983) 2026-01-09 11:48:20 +00:00
eslint.config.mjs chore: Remove shamefully-hoist (#32569) 2026-06-25 10:03:07 +00:00
index.html refactor: Separate storybook from design-system (no-changelog) (#23983) 2026-01-09 11:48:20 +00:00
package.json test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
README.md refactor: Separate storybook from design-system (no-changelog) (#23983) 2026-01-09 11:48:20 +00:00
tsconfig.app.json chore: Remove shamefully-hoist (#32569) 2026-06-25 10:03:07 +00:00
tsconfig.json refactor: Separate storybook from design-system (no-changelog) (#23983) 2026-01-09 11:48:20 +00:00
tsconfig.node.json chore: Create a lightweight version of pnpm reset (#32125) 2026-06-11 12:24:46 +00:00
turbo.json chore(core): Exclude storybook package from test commands (no-changelog) (#24248) 2026-01-14 12:18:11 +00:00
vite.config.ts feat(editor): Rewrite icon picker with search, full Lucide set, emoji sections, and color/skin tone pickers (#25649) 2026-06-16 08:55:15 +00:00

@n8n/storybook

This package contains the Storybook setup for n8n components. Storybook is a tool for developing UI components in isolation, which helps in building, testing, and documenting components effectively.