Skip to content

Storybook Config

@theholocron/storybook-config exports ready-made Storybook main and preview configurations for component libraries in the theholocron ecosystem.

Terminal window
pnpm add -D @theholocron/storybook-config

In .storybook/main.ts:

import { main } from "@theholocron/storybook-config";
export default main;

In .storybook/preview.ts:

import { preview } from "@theholocron/storybook-config";
export default preview;