0.1.9 • Published 6 years ago

canopy-react-bigcheckbox v0.1.9

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

canopy-react-bigcheckbox

This is a React script for use with AppStateESS/Canopy. It assumes you have Bootstrap 4 and FontAwesome 5 available. A class named "pointer" is used.

.pointer:hover{cursor:pointer}

Example:

this.state = {yesFire: true}

const setValue = (val) => {
  this.setState(yesFire : val)
}

<BigCheckbox
  label="Fire Wave Motion Gun" 
  checked={this.state.yesFire} 
  handle={setValue}/>
0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago