erasmo-marin / suitup-ui-legacy

Web ui toolkit made with and for React.js - demo/docs (in development) https://suitup-ui.org/
7 stars 2 forks source link

Add option to autoHide menu on item click #5

Closed erasmo-marin closed 7 years ago

erasmo-marin commented 7 years ago

Add the option to autohide menu on item click, only final links that causes redirect should have this behavior. A way to do so is to add the withRouter HOC and listen for location change in the willReceiveProps method.