mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Update lib/client-api/README.md
Co-Authored-By: Dmitriy Lazarev <w@kich.dev>
This commit is contained in:
parent
2d3e057da9
commit
bf3ca9c3ee
@ -10,7 +10,7 @@ Each story is loaded via the `.add()` API and contains the follow attributes, wh
|
||||
- `name` - the name of the specific story.
|
||||
- `id` - an unique, URL sanitized identifier for the story, created from the `kind` and `name`.
|
||||
- `parameters` - static data about the story, see below.
|
||||
- `args` - dynamic inputs to the story, see blow.
|
||||
- `args` - dynamic inputs to the story, see below.
|
||||
- `hooks` - listeners that will rerun when the story changes or is unmounted, see `@storybook/addons`.
|
||||
|
||||
## Parameters
|
||||
|
Loading…
x
Reference in New Issue
Block a user