0.0.6 • Published 8 years ago

react-md-menu v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago