negomi / redux-burger-menu

A Redux reducer and higher-order component decorator for use with react-burger-menu

Home Page:https://negomi.github.io/redux-burger-menu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to position right?

cristiancs opened this issue · comments

In the pure react version you can write

and the menu is put on the Right, on this version seems like doesn't work.

Hey @cristiancs,

It accepts the same props as it's just passing them down to the pure React version. It is case-sensitive though - I noticed in your other issue that you're passing Right instead of right.

Does fixing that help?

Yes, that was the problem, thanks.