Skip to content

Storybook

Description

Front-End Tool for Building UI Components in Isolation

Install

Storybook can be installed into an existing proj, or used to create a new project from scratch:

npx storybook@latest init

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

Launch Storybook

To launch manually:

npm run storybook

Framework Integration

Integrate Storybook with Next.js or checkout Storybook Recipies for info on how to integrate storybook with another frameworks.

Check Storybook Project Health

npx storybook doctor

Comments