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

https://github.com/kitconcept/react-mobile-menu


https://github.com/kitconcept/react-mobile-menu

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# react-mobile-menu

Mobile Menu for React.

Dependencies:

```
npm install hamburgers --save
npm install react-reveal --save
```

Usage:

```JavaScript:
import ReactMobileMenu from "./../ReactMobileMenu";

const MyReactComponent = () => (
...

...
);
```

ToDo:

* [ ] Fix overlay problem with react-reveal
* [ ] Refactor code into re-usable component
* [ ] Add fullscreen background animation (e.g. like on http://tobiasahlin.com/ -> https://github.com/tobiasahlin/animated-menu)
* [ ] Make menu configurable by allowing to pass params for hamburgers and react-reveal