react-menu-buttons

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import reactMenuButtons from 'https://cdn.skypack.dev/react-menu-buttons';
</script>

README

react-menu-buttons

A React library of components to create buttons and icons

NPM JavaScript Style Guide

Install

npm install --save react-menu-buttons

Usage

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

License

MIT ©