0.1.2 • Published 2 years ago

@fvillard/reactcheckbox v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

ReactCheckBox

Basic check box for React

WARNING : this package is actualy in developpement !

Usage

Import

import Checkbox from '@fvillard/reactcheckbox'

Declaration

<Checkbox 

/>

Configuration

PropsDescriptionDefault value
styleObject for define main style{}
classNamestring for define main classNamedisabled
valuebooleanfalse
disabledbooleanfalse
onClickfunction trigger when clickedfunction(id, value, error)