mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
15 lines
467 B
Markdown
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}
|
|
```
|