storybook/docs/snippets/react/csf-2-example-story.js.mdx
2022-12-05 12:37:36 -07:00

5 lines
74 B
Plaintext

```js
// CSF 2
export const Default = (args) => <Button {...args} />;
```