Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.