canopy-react-bigcheckbox

0.1.9 • Public • Published

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}/>

Readme

Keywords

Package Sidebar

Install

npm i canopy-react-bigcheckbox

Weekly Downloads

6

Version

0.1.9

License

MIT

Unpacked Size

19.7 kB

Total Files

9

Last publish

Collaborators

  • mcnaneym