mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
```js
|
|
// CSF 3
|
|
import { Button } from './Button';
|
|
|
|
export default { component: Button };
|
|
|
|
export const Primary = { args: { primary: true } };
|
|
```
|