1.13.0 • Published 10 months ago

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

Weekly downloads
917
License
MIT
Repository
github
Last release
10 months ago

AtomRadioButton

AtomRadioButton is a component that displays an input radio w/ its expected behavior

documentation issue npm

Issues open NPM

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.

1.13.0

10 months ago

1.12.0

12 months ago

1.11.0

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago