Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/javadbat/jb-checkbox-react
- Owner: javadbat
- License: mit
- Created: 2019-03-18T11:51:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T09:14:09.000Z (over 3 years ago)
- Last Synced: 2024-04-23T23:04:32.553Z (8 months ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)