1.11.0 • Published 1 year ago

@s-ui/react-atom-radio-button v1.11.0

Weekly downloads
917
License
MIT
Repository
-
Last release
1 year ago

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.