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: 10 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T13:07:13.000Z (almost 7 years ago)
- Last Synced: 2025-06-03T12:06:28.955Z (11 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: 2
- 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.