Skip to main content

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.