0.0.10 • Published 6 years ago

@clipmx/button v0.0.10

Weekly downloads
1
License
-
Repository
-
Last release
6 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

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1-beta.7

7 years ago

0.0.1-beta.5

7 years ago

0.0.1-beta.4

7 years ago

0.0.1-beta.3

7 years ago