n8n/packages/design-system
2024-08-07 14:12:34 +02:00
..
.storybook fix(editor): Remove body padding from storybook previews (no-changelog) (#10317) 2024-08-07 12:52:42 +02:00
public
src fix(editor): Update design system Avatar component to show initials also when only firstName or lastName is given (#10308) 2024-08-06 15:31:03 +02:00
theme/preview
.browserslistrc
.eslintrc.js
.gitignore feat(editor): Add support for unplugin-icons and auto-importing components (no-changelog) (#10055) 2024-07-23 13:30:29 +03:00
.npmignore
chromatic.config.json
package.json 🚀 Release 1.54.0 (#10315) 2024-08-07 13:17:18 +03:00
postcss.config.js
README.md docs: Fix links to license files in readme (no-changelog) (#10257) 2024-08-06 15:21:57 +01:00
tailwind.config.js
tsconfig.json ci: Consistent tsconfig setup for backend packages and fix pnpm typecheck for composite packages (no-changelog) (#9604) 2024-06-05 09:50:48 +02:00
vite.config.mts feat(editor): Add support for unplugin-icons and auto-importing components (no-changelog) (#10055) 2024-07-23 13:30:29 +03: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