Skip to content

mcnallydev/react-md-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 26, 2017
75ac118 · Oct 26, 2017

History

7 Commits
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 24, 2017
Oct 24, 2017
Oct 24, 2017
Oct 24, 2017
Oct 26, 2017
Oct 24, 2017
Oct 24, 2017

Repository files navigation

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

About

React Component Material Design Menu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published