lmcjt37 / react-gooey-nav

React port of gooey nav by Lucas Bebber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Gooey Nav

Description

This is a port of Lucas Bebber's work around a gooey effect navigation. I have taken his effect and implemented it within React, which allows me to make use of SVGs and the neat animations created with this. It uses some Material design in terms of depth and ripple effects.

Demo: https://lmcjt37.github.io/react-gooey-nav/

This work is being used in one of my live projects here: lmcjt.com/kulor

Getting Started

  1. Clone this repository
  2. Run npm install && npm run dev, this will install all dependencies, build and start up the server
  3. Visit localhost:8080 in your browser (You can also visit the app on your device when on the same network)

Acknowledgements

Navigation is based on Lucas Bebber's Gooey Menu but has been altered to work alongside React and React-toolbox

Contact

Feel free to contact me directly through twitter @lmcjt or my website lmcjt.com

Contributing

  • Fork and submit PR's
  • Raise issues/suggestions
  • Contact me directly for further information

It's an ongoing project and contributions, issues or suggestions are welcome. You can contact me by any method you feel comfortable with. I don't adhere to any code of conduct, I just appreciate using your common sense and respecting others. Play nicely 😘

About

React port of gooey nav by Lucas Bebber

License:MIT License


Languages

Language:CSS 58.5%Language:JavaScript 41.5%