Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcnallydev/react-md-switch
React Component Material Design Switch.
https://github.com/mcnallydev/react-md-switch
javascript jsx react
Last synced: 25 days ago
JSON representation
React Component Material Design Switch.
- Host: GitHub
- URL: https://github.com/mcnallydev/react-md-switch
- Owner: mcnallydev
- License: mit
- Created: 2017-10-04T03:30:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T07:59:43.000Z (about 7 years ago)
- Last Synced: 2024-09-29T06:41:07.924Z (about 1 month ago)
- Topics: javascript, jsx, react
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/react-md-switch
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-md-switch
React Component Material Design Switch.
## Installation
$ yarn add react-md-switch
## Example
```javascript
import Switch from 'react-md-switch';```
## Props
Name | Description | Default/Required | Type
------|-------------|----------|-----------
id | Unique identifier. | required | string
checked | To initialize the state. | required | bool
onChange | To handle state | optional | bool