Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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