storybook/docs/snippets/common/gizmo-story-controls-customization.mdx.mdx
2020-10-24 21:09:28 +08:00

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 },
},
}}
/>
```