1.0.11 • Published 6 years ago

react-animenu v1.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago