@clipmx/switch

0.1.8 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @clipmx/switch

Weekly Downloads

1

Version

0.1.8

License

none

Unpacked Size

3.4 kB

Total Files

4

Last publish

Collaborators

  • akira_fes
  • itpayclip
  • dhollerbach