perf: Add tailwind to editor and design system (#9032)

This commit is contained in:
Csaba Tuncsik
2024-05-09 14:12:13 +02:00
committed by GitHub
parent 5025d209ca
commit 1c1e4443f4
15 changed files with 354 additions and 220 deletions

View File

@@ -8,6 +8,7 @@ export const sharedConfig: StorybookConfig = {
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-links',
'@storybook/addon-themes',
],
staticDirs: ['../public'],
framework: {

View File

@@ -10,6 +10,7 @@
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/addon-themes": "^8.0.0",
"@storybook/blocks": "^8.0.0",
"@storybook/test": "^8.0.0",
"@storybook/vue3": "^8.0.0",