Skip to content

imranhsayed/react-mmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React with WordPress

🎢 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.