0.1.8 • Published 5 years ago

@clipmx/switch v0.1.8

Weekly downloads
1
License
-
Repository
-
Last release
5 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

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago