Skip to content

waymes/react-paper-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Paper Button v1.0.2

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

Name isRequired Value
children true node
onClick false func
className false string
background false string
bubbleColor false string

About

React paper button component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published