@hixme-ui/radio-button
v2.2.0
Published
hixme-ui Radio Button component
Downloads
181
Readme
Radio Button
npm i --save @hixme-ui/radio-button
Usage
import RadioButton from '@hixme-ui/radio-button'
<RadioButton name='gender' text='Male' />
<RadioButton name='gender' text='Female' />
Props
| Name | Type | Default | | --------------- | ----------- | -------------- | | name (required) | string | N/A | | text | string | N/A |