n8n/packages/frontend/@n8n/design-system
2026-02-26 09:10:43 +00:00
..
assets refactor: Update how fonts are loaded (no-changelog) (#20305) 2025-10-02 15:09:34 +03:00
scripts refactor(editor): Migrate Button v2 to N8nButton (no-changelog) (#24947) 2026-02-13 10:48:03 +00:00
specification chore: Create markdown template for UI component specification (#20472) 2025-10-17 10:56:01 +02:00
src feat(Chat Trigger Node): Add Suggested prompts, shown on Chat hub (#26217) 2026-02-26 09:10:43 +00:00
.browserslistrc refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
.gitignore refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
.npmignore refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
biome.jsonc refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
chromatic.config.json refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
eslint.config.mjs feat(editor): Implement new DropdownMenu component (no-changelog) (#22926) 2025-12-19 15:01:42 +01:00
package.json 🚀 Release 2.10.0 (#26135) 2026-02-23 15:57:44 +00:00
postcss.config.cjs build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
README.md refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
stylelint.config.mjs chore: Reduce css variable lint issues in design system (#20744) 2025-10-14 15:29:35 +02:00
tailwind.config.js refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
tsconfig.json refactor: Separate storybook from design-system (no-changelog) (#23983) 2026-01-09 11:48:20 +00:00
vite.config.mts refactor(editor): Explicitly import design system components (#20169) 2025-10-01 17:26:41 +02:00

n8n.io - Workflow Automation

@n8n/design-system

A component system for n8n using Storybook to preview.

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm storybook

Build static pages

pnpm build:storybook

Run your unit tests

pnpm test:unit

Lints and fixes files

pnpm lint

Build css files

pnpm build:theme

Monitor theme files and build any changes

pnpm watch:theme

License

You can find the license information here