1.13.0 • Published 10 months ago
@s-ui/react-atom-radio-button v1.13.0
AtomRadioButton
AtomRadioButton is a component that displays an input radio w/ its expected behavior
Installation
$ npm install @s-ui/react-atom-radio-button --saveUsage
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.