0.1.8 • Published 6 years ago

@clipmx/switch v0.1.8

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

Clip Switch

Installation

npm install @clipmx/switch --save

Usage

import React from 'react';
import Switch from '@clipmx/switch';

const MyComponent = () => (
  <div>
    Hello World
    <Switch label="I'm a control" />
  </div>
);

export default MyComponent;

Props

This is a wrapper of the Material-UI switch, so you can use any props that Material-UI supports.

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago