React Gooey Navigation Menu
based on Lucas Bebber's Gooey Menu
I've updated the implementation to use TypeScript and modern-ish React
Installation
npm install --save react-gooey-nav
Usage
import Menu Item from "react-gooey-nav"; var nav = <Menu ="bottom"> <Item ="Cool!">😎</Item> <Item ="Kitty" = > 😸 </Item> </Menu>;
Help me make this thing better!
:octocat:
Thanks Lucas!