0.0.10 • Published 5 years ago

@clipmx/button v0.0.10

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

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.

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1-beta.7

6 years ago

0.0.1-beta.5

6 years ago

0.0.1-beta.4

6 years ago

0.0.1-beta.3

6 years ago