Popularity
3.1
Stable
Activity
0.0
Stable
126
30
27
Programming language: JavaScript
License: MIT License
react-ios-switch alternatives and similar libraries
Based on the "Toggle" category.
Alternatively, view react-ios-switch alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of react-ios-switch or a related project?
README
react-ios-switch
Features
- Drag or click to toggle
- Works with labels
Usage
import Switch from 'react-ios-switch';
// Simple usage
<Switch
checked={checked}
onChange={checked => {}}
/>
// All props (defaults shown)
<Switch
checked={undefined}
className={undefined}
disabled={undefined}
handleColor="white"
name={undefined}
offColor="white"
onChange={() => {}}
onColor="rgb(76, 217, 100)"
pendingOffColor={undefined}
pendingOnColor={undefined}
readOnly={undefined}
style={undefined}
/>
Development
# Install packages
yarn
# Start server
yarn start
# Visit http://localhost:8080