> ## Documentation Index
> Fetch the complete documentation index at: https://sol.advantagelearn.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Storybook

# 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](https://github.com/salthq/salt-admin-component-lib) uses Storybook.

## Helpful resources

* [Storybook official site](https://storybook.js.org/)
* [Storybook for Vite](https://storybook.js.org/blog/storybook-for-vite/)

## 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.
