storybook/docs/snippets/react/button-story-click-handler-simplificated.js.mdx
2020-10-07 12:23:34 +08:00

5 lines
83 B
Plaintext

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