mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 02:11:07 +08:00
17 lines
236 B
Plaintext
17 lines
236 B
Plaintext
```md
|
|
<!-- Widget.stories.mdx -->
|
|
|
|
<Meta
|
|
title='Widget'
|
|
component={Widget}
|
|
argTypes={{
|
|
loadingState: {
|
|
control: {
|
|
type: 'inline-radio',
|
|
options: ['loading', 'error', 'ready'],
|
|
},
|
|
},
|
|
}}
|
|
/>
|
|
```
|