@clipmx/checkbox
v0.0.10
Published
Clip UI checkbox form control
Downloads
22
Readme
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.