storybook/docs/snippets/common/gizmo-story-controls-customization.mdx.mdx
2021-05-06 21:05:56 +01:00

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