npm.io
3.11.0 • Published 1 year ago

@s-ui/react-atom-checkbox

Licence
MIT
Version
3.11.0
Deps
2
Size
20 kB
Vulns
0
Weekly
0
Stars
147

AtomCheckbox

AtomCheckbox is a component that displays an input checkbox w/ its expected behavior

documentation issue npm

Issues open NPM

Installation

$ npm install @s-ui/react-atom-checkbox --save

Usage

import AtomCheckbox from '@s-ui/react-atom-checkbox'
Basic usage
<AtomCheckbox />
Checked
<AtomCheckbox checked />
Disabled
<AtomCheckbox disabled />
w/ onChange handler
<AtomCheckbox onChange={console.log} />

Find full description and more examples in the demo page.

Keywords