-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Navigation Drawer component #689
Conversation
Thanks @hnrch02 . Can you please confirm that this project is still being maintained by twbs? I see that there's a lot of contribution and pull-requests piling up with little attention from the maintainers. |
Hey @avinoamr, we're still around even though things have been slow going. I'll be taking a closer look at this pull request soon. |
Thanks @connors. I appreciate you taking the time. Please let me know if there's anything I can do to make it easier to contribute to this wonderful project (unit tests, documentation, anything) :) |
@avinoamr I want to use it now, but I see it requires bower and grunt to build? I've not used those before, can you guide a bit? Thanks |
@3zzy you need to be familiar with Ratchet's build flow. Or use the compiled css. |
@avinoamr Got it working, but the only problem - nav bar doesn't move to the right, it stays as is. |
@3zzy it shouldn't move. As you can see in the link above, the native experience is that the navigation bar stays in-place. |
Is their any documentation on how to implement the navigation drawer? |
@joshbedo Yes. Committed in the components page |
Alright thanks, just got it all working. |
@avinoamr: please fetch and rebase. |
Similar PR for "side-menus": #551 |
Added a Navigation Drawer component to support a left-pane toggle-able menu bar