mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-04 23:14:56 +01:00
d5b85c0e54
* radio-group * tweak proptype descs
16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
|
|
|
|
import RadioGroup from '.';
|
|
|
|
# Radio Group
|
|
|
|
A multiple-exclusion scope for a set of radio buttons.
|
|
|
|
<Canvas>
|
|
<Story id="ui-components-ui-radio-group-radio-group-stories-js--default-story" />
|
|
</Canvas>
|
|
|
|
## Component API
|
|
|
|
<ArgsTable of={RadioGroup} />
|