@clipmx/button

0.0.10 • Public • Published

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.

/@clipmx/button/

    Package Sidebar

    Install

    npm i @clipmx/button

    Weekly Downloads

    14

    Version

    0.0.10

    License

    none

    Unpacked Size

    3.69 kB

    Total Files

    6

    Last publish

    Collaborators

    • akira_fes
    • itpayclip
    • dhollerbach