mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 05:11:08 +08:00
13 lines
186 B
Plaintext
13 lines
186 B
Plaintext
```md
|
|
<!-- Gizmo.stories.mdx -->
|
|
|
|
<Meta
|
|
title="Gizmo"
|
|
component={Gizmo}
|
|
argTypes={{
|
|
width: {
|
|
control: { type: 'range', min: 400, max: 1200, step: 50 },
|
|
},
|
|
}}
|
|
/>
|
|
``` |