1.0.11 • Published 5 years ago

react-animenu v1.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

React Animenu

React Animenu is a lightweight, customizable, animated navigation menu.

Installation

$ npm install react-animenu

npm.io

Usage

import Menu from 'react-animenu';

<Menu
  buttonColorOpen="blue"
  openIcon="X"
>
  <a href="/">Home</a>
  <a href="/about">About</a>
  <a href="/contact">Contact</a>
</Menu>

Props

PluginDefaultType
buttonColorOpen"yellow"string
buttonColorClosed"#006bba"string
iconTextWhenOpen"Close"string
iconTextWhenClosed"Menu"string
iconTextFont"Comic Sans MS"string
openIconnullstring, function, component
closeIconnullstring, function, component
menuBackgroundColor"red"string

Development

Want to contribute? Please do!

Todos

  • Write Tests
  • Add custom animations

License

MIT

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago