@clipmx/button
v0.0.10
Published
Core Clip Button
Downloads
16
Readme
Clip Button
Installation
npm install @clipmx/button --save
Usage
import React from 'react';
import Button from '@clipmx/button';
const MyComponent = () => (
<div>
Hello World
<Button>I'm a button</Button>
</div>
);
export default MyComponent;
Props
This is a wrapper of the Material-UI button, so you can use any props that Material-UI supports.