react-menu-buttons
v1.1.3
Published
Made with create-react-library
Readme
react-menu-buttons
A React library of components to create buttons and icons
Install
npm install --save react-menu-buttonsUsage
import React, { Component } from 'react'
import { Menu } from 'react-menu-buttons'
class Example extends Component {
render() {
return <Menu />
}
}props width:Number height:Number buttonColor:String
