Skip to main content

Storybook

Storybook is an open source tool for building UI components and pages in isolation. It streamlines UI development, testing, and documentation.

How we use Storybook

We use Storybook to run and maintain our global component libraries, allowing us to code and maintain components in isolation. The Salt admin component library uses Storybook.

Helpful resources

Running Storybook

In order to run Storybook in an existing Storybook applications simply run npm run storybook. This will spin up the storybook application in your browser. If you are using Storybook for Vite, you will be able to build and change components with HMR.