Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@s-ui/react-atom-radio-button

SUI-Components9.6kMIT1.13.0

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

@s-ui, react, component, atom, radioButton

readme

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.