Skip to content

mascardoso/accordion-menu-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accordion Menu with ReactJS

A Mobile navigation pattern with accordion levels and sub levels

Usage

Just grab it, call it and decide if you want it collapsable or not. Check the demo in doubt :)

<MainMenu collapsable={this.state.isCollapsable} />

For Development

Checkout this repo and install dependencies:

> npm run start:front

Navigate to localhost:8080

For Production

> npm run build:front