0.1.3 • Published 10 years ago
react-draggable-switch v0.1.3
React Draggable Switch
Draggable switch component based on Apple's UISwitch
import 'react-draggable-switch/index.css'
import Switch from 'react-draggable-switch'
<Switch
checked={true}
onChange={checked => ...)}/>Local Development
npm install
npm start
# Visit http://localhost:80800.1.3
10 years ago