mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Update docs/src/pages/configurations/composition/index.md
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
This commit is contained in:
parent
0ffe74f72b
commit
20cc336c6d
@ -13,7 +13,7 @@ Storybook composition is a feature that allows you to compose multiple storybook
|
||||
|
||||
## Composing a storybook
|
||||
|
||||
To compose another storybook into your, all you need is the URL of storybook.
|
||||
To compose another storybook into yours, all you need is the URL of storybook.
|
||||
|
||||
Here's how you do it:
|
||||
|
||||
@ -103,4 +103,4 @@ addons.setConfig({
|
||||
});
|
||||
```
|
||||
|
||||
You can remove stories by returning `undefined`.
|
||||
You can remove stories by returning `undefined`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user