@clipmx/button

Core Clip Button

Usage no npm install needed!

<script type="module">
  import clipmxButton from 'https://cdn.skypack.dev/@clipmx/button';
</script>

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.