react-gooey-nav

2.0.0 • Public • Published

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 orientation="bottom">
    <Item title="Cool!">😎</Item>
    <Item
      title="Kitty"
      componentProps={{ onClick: () => console.log("Meow!") }}
    >
      😸
    </Item>
  </Menu>
);

Help me make this thing better!

:octocat:

Thanks Lucas!

Package Sidebar

Install

npm i react-gooey-nav

Weekly Downloads

1

Version

2.0.0

License

ISC

Unpacked Size

19.1 kB

Total Files

24

Last publish

Collaborators

  • schlez