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

spreading the menu items both side of the menu button #28

Closed OnlyRefat closed 7 years ago

OnlyRefat commented 7 years ago

Hi, first thanks for your awesome library. I was playing with your library and forked it and made a feature.

-> spreading the menu items both side of the menu button.

I have passed a parameter orientation="both" to specify the feature and done some coding on the source file.

Please accept the pull request if you think it can be mergeable. So that it would help others :)

Thanks, Rafi.

bokuweb commented 7 years ago

@OnlyRefat thanks for your PR.Please fix example code.

OnlyRefat commented 7 years ago

The example code is now fixed. can you please check if it works. The feature is shown on the vertical direction. and others kept as same as it was.

bokuweb commented 7 years ago

@OnlyRefat LGTM 🎉

OnlyRefat commented 7 years ago

Will you please merge the master branch to gh-pages branch? so that the everyone can test the demo?

bokuweb commented 7 years ago

@OnlyRefat We plan to fix the example, add test and refactoring after it completes.