Skip to content

Storybook Integration

Description

Storybook Intregration with Next.js

Storybook is a front-end tool for building UI components in isolation.

Install Storybook

See Storybook Install for instructions.

After intallation, Story will automatically launch, and pop-up a tutorial window.

Launch Storybook

To launch manually:

npm run storybook

Auto Migration

Upgrade Storybook to trigger its migration to Next.js framework support. See Manual Migration if fail.

npx storybook@latest upgrade

Comments