-
Notifications
You must be signed in to change notification settings - Fork 225
Right-aligned menu #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @jmsblah That's not supported currently. I think it should be possible to add a I tried it just now and the right alignment works, but the sizing for the menu itself was kind of messed up, so it probably isn't quite as simple as I hoped. If you want to have a go at implementing this yourself this would be a very welcome contribution! Otherwise we'll add it to the todo list and get to it eventually. |
Hi! |
That's great that you'd like to contribute! Here's a rough guide, we should definitely add some instructions to our README though. Before I get into it, I had another think about this, and I think the sizing issues I was seeing on my experiment were a React 15/16 issue (current version of React is 16 which is what ReactStrap is built for, but dash-renderer uses React 15, and it sometimes causes problems, see #65). If that's true, we'll be blocked from supporting this until Dash v1 is released. However, you're more than welcome to have a go at implementing this and testing against the dash pre-releases: dash==1.0.0a1, dash-renderer==1.0.0a2 etc. Then we'll just save it up ready for when Dash v1 is released. Anyway, here's how you would contribute if you want to give it a go:
|
Hi @tcbegley |
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to get right-aligned menu on the navbar?
Bootstrap | menu-alignment
The text was updated successfully, but these errors were encountered: