n8n/packages/frontend/@n8n/design-system
n8n-assistant[bot] 61be42c7bb
🚀 Release 2.21.0 (#30283)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-05-12 07:29:34 +00:00
..
assets refactor: Update how fonts are loaded (no-changelog) (#20305) 2025-10-02 15:09:34 +03:00
specification chore: Create markdown template for UI component specification (#20472) 2025-10-17 10:56:01 +02:00
src refactor(editor): Fix small style nits in Agents (#30222) 2026-05-11 13:34:27 +00:00
.browserslistrc
.gitignore
.npmignore
biome.jsonc
chromatic.config.json
eslint.config.mjs feat(editor): Implement new DropdownMenu component (no-changelog) (#22926) 2025-12-19 15:01:42 +01:00
package.json 🚀 Release 2.21.0 (#30283) 2026-05-12 07:29:34 +00:00
postcss.config.cjs
README.md
stylelint.config.mjs chore: Reduce css variable lint issues in design system (#20744) 2025-10-14 15:29:35 +02:00
tailwind.config.js
tsconfig.json chore: Prepare tsconfigs for tsgo (#29230) 2026-04-27 12:30:22 +00:00
vite.config.mts

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