Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imranhsayed/react-mmenu
:roller_coaster: React mmenu
https://github.com/imranhsayed/react-mmenu
desktop-menu javascript mmenu mmenu-plugin mobile-menu nav-menu navigation react react-mmenu reactjs
Last synced: 28 days ago
JSON representation
:roller_coaster: React mmenu
- Host: GitHub
- URL: https://github.com/imranhsayed/react-mmenu
- Owner: imranhsayed
- Created: 2019-05-05T06:14:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T13:07:13.000Z (over 5 years ago)
- Last Synced: 2024-10-02T10:41:48.955Z (about 2 months ago)
- Topics: desktop-menu, javascript, mmenu, mmenu-plugin, mobile-menu, nav-menu, navigation, react, react-mmenu, reactjs
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React with WordPress
:roller_coaster: React mmenu
## Installation
1. Clone this repo in `https://github.com/imranhsayed/react-mmenu`
2. Run `npm install`
## Commands
- `dev` Runs webpack dev server for development ( in watch mode )
- `prod` Runs webpack in production mode## Usecase
1. Import the Component and then add the individual menu link items like so :
`
import MobileMenu from "./MobileMenu";{ menuData.length && menuData.map( item => (
{item.label}
) ) }`
- This will create the mmenu for you.