https://github.com/kitconcept/react-mobile-menu
https://github.com/kitconcept/react-mobile-menu
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitconcept/react-mobile-menu
- Owner: kitconcept
- License: mit
- Created: 2018-02-11T18:05:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T16:50:51.000Z (over 8 years ago)
- Last Synced: 2025-03-09T23:32:10.806Z (over 1 year ago)
- Language: CSS
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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