React Component Material Design Menu.
$ yarn add react-md-menu
import Menu from 'react-md-menu';
<Menu
open={this.state.open}
options={this.state.options}
onClick={this.onClick}
/>| Name | Description | Default/Required | Type |
|---|---|---|---|
| open | Open/Close | required | bool |
| options | Array of objects. label and value is required. |
required | object |