mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:01:22 +08:00
Merge pull request #13679 from livthomas/patch-1
docs: fix args definition in How to write stories
This commit is contained in:
commit
1e4ab0b604
@ -4,7 +4,7 @@ title: 'How to write stories'
|
||||
|
||||
A story captures the rendered state of a UI component. It’s a function that returns a component’s state given a set of arguments.
|
||||
|
||||
Storybook uses the generic term arguments (args for short) when talking about React’s `props`, Vue’s `slots`, Angular’s `@input`, and other similar concepts.
|
||||
Storybook uses the generic term arguments (args for short) when talking about React’s `props`, Vue’s `props`, Angular’s `@Input`, and other similar concepts.
|
||||
|
||||
## Where to put stories
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user