@uswds/web-components
Version:
> [!CAUTION] > Work on the next version of the Design System is happening in this repo. The code in this repository is not yet ready for production use.
19 lines (18 loc) • 447 B
JavaScript
/** @type { import('@storybook/web-components-vite').StorybookConfig } */
const config = {
stories: [
"../storybook/**/*.mdx",
"../src/components/**/*.stories.@(js|jsx|mjs|ts|tsx)",
],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@chromatic-com/storybook",
"@storybook/addon-a11y",
],
framework: {
name: "@storybook/web-components-vite",
options: {},
},
};
export default config;