Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mcnallydev/react-md-menu
- Owner: mcnallydev
- Created: 2017-10-23T02:45:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T04:19:55.000Z (about 7 years ago)
- Last Synced: 2024-11-29T15:08:10.655Z (about 1 month ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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