Norbert de Langen c2bbe43d02
stage0
2022-07-21 11:24:07 +02:00

15 lines
467 B
Markdown

# Official storybook
This storybook includes stories for:
- `@storybook/components` - reusable UI components for addon authors
- `@storybook/ui` - the UI of storybook itself
- `@storybook/addon-*` - various addons.
- `@storybook/other-*` - various examples.
## How to make new `build-storybook`s:
```sh
sudo ln -s ../../{new-example}/storybook-static /Users/{user}/{location-of-storybook-repo}/core/examples/official-storybook/built-storybookjs/{new-example}
```