• Stars
    star
    117
  • Rank 301,828 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 8 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Redux reducer and higher-order component decorator for use with react-burger-menu

redux-burger-menu Build Status

A Redux reducer and higher-order component decorator for use with react-burger-menu.

Usage docs: http://negomi.github.io/redux-burger-menu/

Running locally

To start the demo

npm install
npm start
open http://localhost:3000

To run the tests:

npm test -- --watch