1.0.2 • Published 4 years ago

jb-checkbox-react v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

jb-checkbox-react

simple react checkbox with smooth animation codepen demo: https://codepen.io/javadbat/pen/GRrzJeP

installation

run npm install jb-checkbox-react to install package with npm

usage

import component in your page import JBCheckBox from 'jb-checkbox-react'

use in react render like every other component
<JBCheckBox label="check this" value={this.checkbox1} onChange={(e)=>this.onChange(e ,'checkbox1')}></JBCheckBox>
demo image:
demo

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago