@theholocron/storybook-config
v6.1.0
Published
A Storybook configuration for writing tested components within the Galaxy.
Readme
Storybook Config
A Storybook configuration with addons and theme setup for React component libraries.
Installation
npm install --save-dev @theholocron/storybook-configInstall the peer dependencies for the addons you use (all are optional):
npm install --save-dev storybook @storybook/react @storybook/react-vite \
@storybook/addon-docs @storybook/addon-a11y @storybook/addon-links \
@storybook/addon-themes @storybook/addon-coverage @storybook/addon-vitest \
@storybook/test-runner @chromatic-com/storybook storybook-addon-pseudo-states \
@testing-library/react @testing-library/jest-dom jsdom react react-domUsage
See the react-template .storybook directory for a complete working example.
