n8n/packages/design-system
Mutasem Aldmour c3f3e98718
🐛 Fix issue with tooltips getting displayed behind node details view
* fix tooltips z-index

* move all element ui components

* update package lock
2022-03-04 17:34:24 +01:00
..
.storybook Add Templates (#2720) 2022-02-28 10:57:44 +01:00
src 🐛 Fix issue with tooltips getting displayed behind node details view 2022-03-04 17:34:24 +01:00
theme Add Templates (#2720) 2022-02-28 10:57:44 +01:00
.browserslistrc Implement design system (#2050) 2021-08-29 13:36:17 +02:00
.editorconfig Implement design system (#2050) 2021-08-29 13:36:17 +02:00
.eslintrc.js Implement design system (#2050) 2021-08-29 13:36:17 +02:00
.npmignore Implement design system (#2050) 2021-08-29 13:36:17 +02:00
babel.config.js Implement design system (#2050) 2021-08-29 13:36:17 +02:00
gulpfile.js Implement design system (#2050) 2021-08-29 13:36:17 +02:00
jest.config.js Implement design system (#2050) 2021-08-29 13:36:17 +02:00
LICENSE.md Implement design system (#2050) 2021-08-29 13:36:17 +02:00
package.json 🐛 Fix issue with tooltips getting displayed behind node details view 2022-03-04 17:34:24 +01:00
README.md Implement design system (#2050) 2021-08-29 13:36:17 +02:00
tsconfig.json Implement design system (#2050) 2021-08-29 13:36:17 +02:00
tslint.json Implement design system (#2050) 2021-08-29 13:36:17 +02:00

n8n-design-system

A component system for n8n using Storybook to preview.

Project setup

npm install

Compiles and hot-reloads for development

npm run storybook

Build static pages

npm run build:storybook

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Build css files

npm run build:theme

Monitor theme files and build any changes

npm run watch:theme