0.0.6 • Published 7 years ago

react-md-menu v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

NameDescriptionDefault/RequiredType
openOpen/Closerequiredbool
optionsArray of objects. label and value is required.requiredobject
0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago