storybook/docs/snippets/common/button-story-controls-red-input.js.mdx
2020-08-08 19:59:15 +01:00

8 lines
106 B
Plaintext

```js
// Button.stories.js
const Red = Template.bind({});
Red.args = {
backgroundColor: '#e00',
};
```