@s-ui/react-atom-radio-button
v1.12.0
Published
AtomRadioButton is a component that displays an input radio w/ its expected behavior
Downloads
9,287
Maintainers
Readme
AtomRadioButton
AtomRadioButton is a component that displays an input radio w/ its expected behavior
Installation
$ npm install @s-ui/react-atom-radio-button --save
Usage
import AtomRadioButton from '@s-ui/react-atom-radio-button'
Basic usage
<AtomRadioButton />
Checked
<AtomRadioButton checked />
Disabled
<AtomRadioButton disabled />
w/ onChange handler
<AtomRadioButton onChange={console.log} />
Find full description and more examples in the demo page.