1.0.4 • Published 6 years ago

react-paper-button v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 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

6 years ago