Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/javadbat/jb-checkbox-react

react mobx checkbox component
https://github.com/javadbat/jb-checkbox-react

Last synced: 7 days ago
JSON representation

react mobx checkbox component

Awesome Lists containing this project

README

        

# jb-checkbox-react

simple react checkbox with smooth animation
codepen demo:

## 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
`this.onChange(e ,'checkbox1')}>`
demo image:
![demo](demo-gif.gif)