1.0.4 • Published 7 years ago

react-paper-button v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

React Paper Button v1.0.4

Installation

npm i react-paper-button

Adding to your react project

import React from "react";
import { render } from "react-dom";
import PaperButton from "react-paper-button";

render(
  <PaperButton onClick={() => console.log("Clicked!")}>
    <span>Click me</span>
  </PaperButton>,
  document.getElementById("root")
);

Props

NameisRequiredValue
childrentruenode
onClickfalsefunc
classNamefalsestring
backgroundfalsestring
bubbleColorfalsestring
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

7 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

7 years ago