n8n/packages/frontend/@n8n/design-system
Svetoslav Dekov 5f424888b9
feat(editor): Command bar v0.5 (no-changelog) (#20520)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-10-14 16:07:08 +03:00
..
.storybook feat: Roll out Lucide icons to Nodes, remove FontAwesome icons (#20477) 2025-10-10 11:22:11 +02:00
assets refactor: Update how fonts are loaded (no-changelog) (#20305) 2025-10-02 15:09:34 +03:00
src feat(editor): Command bar v0.5 (no-changelog) (#20520) 2025-10-14 16:07:08 +03: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: Upgrade storybook to 9.1.6 (no-changelog) (#19550) 2025-09-15 15:50:17 +01:00
package.json build: Fix lint:styles command for windows (#20704) 2025-10-14 10:14:59 +03: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 fix(editor): Migrate from @import to @use for SCSS files to address deprecation warnings (#17858) 2025-08-04 15:01:16 +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 feat: Upgrade storybook to 9.1.6 (no-changelog) (#19550) 2025-09-15 15:50:17 +01: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