bokuweb-sandbox / react-motion-menu

[DEPRECATED] 🍔 A spring animation menu component for React.
http://bokuweb.github.io/react-motion-menu/
MIT License
333 stars 45 forks source link

not support <a>? #20

Closed mrdream24 closed 8 years ago

mrdream24 commented 8 years ago

bokuweb commented 8 years ago

Thunks.fixed bug. use react-motion-menu v0.1.6

example

 <Menu
    distance={80}
    width={50}
    height={50}
    y={500}
    x={100} >
    <i className="bars"></i>  // button
    <a href="http://google.com"><i className="home"></i></a>  // menu item1
    <a href="http://google.com"><i className="heart"></i></a> // menu item2
  </Menu>