mirror of
https://github.com/penpot/penpot.git
synced 2025-06-15 06:31:39 +02:00
✨ new combobox component to the ds with component testing
This commit is contained in:
parent
e675ff6db5
commit
2c8a44dfa1
12 changed files with 1191 additions and 315 deletions
|
@ -2,7 +2,7 @@
|
|||
const config = {
|
||||
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
|
||||
staticDirs: ["../resources/public"],
|
||||
addons: ["@storybook/addon-essentials", "@storybook/addon-themes"],
|
||||
addons: ["@storybook/addon-essentials", "@storybook/addon-themes", "@storybook/addon-interactions"],
|
||||
core: {
|
||||
builder: "@storybook/builder-vite",
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue