0.0.6 • Published 8 years ago
react-md-menu v0.0.6
react-md-menu
React Component Material Design Menu.
Installation
$ yarn add react-md-menuExample
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 |