mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:41:06 +08:00
Add video callout to /docs/writing-stories/introduction
This commit is contained in:
parent
8d9d279f16
commit
13d79293e8
@ -2,6 +2,8 @@
|
||||
title: 'How to write stories'
|
||||
---
|
||||
|
||||
<YouTubeCallout id="P0WHt_L0-2g" title="How to write Storybook stories | Component Story Format" />
|
||||
|
||||
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 `props`, Angular’s `@Input`, and other similar concepts.
|
||||
|
Loading…
x
Reference in New Issue
Block a user