Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcnallydev/react-md-menu

React Component Material Design Menu.
https://github.com/mcnallydev/react-md-menu

Last synced: 29 days ago
JSON representation

React Component Material Design Menu.

Awesome Lists containing this project

README

        

# react-md-menu

React Component Material Design Menu.

## Installation

$ yarn add react-md-menu

## Example
```javascript
import Menu from 'react-md-menu';

```

## Props

Name | Description | Default/Required | Type
------|-------------|----------|-----------
open | Open/Close | required | bool
options | Array of objects. `label` and `value` is required. | required | object