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

8 lines
124 B
Plaintext

```md
<!-- Button.stories.mdx -->
<Story name="Red" args={{ backgroundColor: '#e00' }}>
{Template.bind({})}
</Story>
```