@clipmx/checkbox

0.0.10 • Public • Published

Clip Checkbox

Installation

npm install @clipmx/checkbox --save

Usage

import React from 'react';
import Checkbox from '@clipmx/checkbox';

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

export default MyComponent;

Props

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

Readme

Keywords

none

Package Sidebar

Install

npm i @clipmx/checkbox

Weekly Downloads

1

Version

0.0.10

License

none

Unpacked Size

3.44 kB

Total Files

4

Last publish

Collaborators

  • akira_fes
  • itpayclip
  • dhollerbach