Skip to main content

Integrations

Storybook

Use the Storybook CLI to install it in a single command. Run this inside your existing frontend project’s root directory (where next.js is installed):

npx storybook@latest init

Storybook will look into your project's dependencies during its install process and provide you with the best configuration available.

For detailed documentation please refer to Storybook's official installation guide.