storybook/docs/snippets/react/button-story-click-handler-simplificated.js.mdx
2021-06-28 23:00:33 +01:00

5 lines
145 B
Plaintext

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