storybook/docs/snippets/react/button-story-click-handler-simplificated.js.mdx
2020-08-11 01:11:41 +01:00

5 lines
83 B
Plaintext

```js
// Button.stories.js
export const Text = (args) => <Button {...args} />;
```