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