This package has been deprecated

Author message:

react-draggable-switch is now 'react-ios-switch': http://clariussystems.github.io/react-ios-switch

react-draggable-switch

0.1.3 • Public • Published

React Draggable Switch

Draggable switch component based on Apple's UISwitch

Demo

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:8080

/react-draggable-switch/

    Package Sidebar

    Install

    npm i react-draggable-switch

    Weekly Downloads

    2

    Version

    0.1.3

    License

    MIT

    Last publish

    Collaborators

    • mking-clari