Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 476 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 476 Bytes

An elegant, accessible toggle component for React. Also a glorified checkbox.

See usage and examples.

Installation

npm install react-toggle

Include the component's CSS.

Development

npm install
npm run dev

index.es6.js transpiles to index.js.

Build

npm run build

License

MIT