UNPKG

react-simple-marquee

Version:

Marquee build with React and CSS animation

18 lines (17 loc) 437 B
import type { StorybookConfig } from "@storybook/react-webpack5"; const config: StorybookConfig = { stories: ["../stories/**/*.mdx", "../stories/**/*.stories.@(js|jsx|ts|tsx)"], addons: [ "@storybook/addon-links", "@storybook/addon-essentials", "@storybook/addon-interactions", ], framework: { name: "@storybook/react-webpack5", options: {}, }, docs: { autodocs: "tag", }, }; export default config;