mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 05:41:49 +08:00
15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
```md
|
|
<!---Button.stories.mdx --->
|
|
|
|
<Meta
|
|
title='Button'
|
|
component={Button}
|
|
argTypes={{
|
|
variant: {
|
|
options: ['primary', 'secondary'],
|
|
control: { type: 'radio' }
|
|
}
|
|
}}
|
|
/>
|
|
```
|