react-md-menu

0.0.6 • Public • Published

react-md-menu

React Component Material Design Menu.

Installation

$ yarn add react-md-menu

Example

import Menu from 'react-md-menu';

<Menu
  open={this.state.open}
  options={this.state.options}
  onClick={this.onClick}
/>

Props

Name Description Default/Required Type
open Open/Close required bool
options Array of objects. label and value is required. required object

Readme

Keywords

none

Package Sidebar

Install

npm i react-md-menu

Weekly Downloads

5

Version

0.0.6

License

MIT

Last publish

Collaborators

  • paulomcnally