new combobox component to the ds with component testing

This commit is contained in:
Juanfran 2024-11-25 15:11:54 +01:00
parent e675ff6db5
commit 2c8a44dfa1
12 changed files with 1191 additions and 315 deletions

View file

@ -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: {