-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Responsive Nav #2738
Comments
I guess you want to implement something like #2721. |
Indeed, that's what I intended to be better documented/abstracted as a component. |
Ping. The main issue is break point detection in JS. |
Don't do it please 😄 (#2437). For pretty much every mixin in This feature request can be supported with components, but right now we're prioritizing code cleaning and stability over new features. Pull requests are welcome though! |
Please refer to #3614 for a discussion on responsive helpers in the lib |
Implementing responsive nav (a nav that is docked on large screen, float in small screen) is a painpoint.
The removal of
PageWithNav
makes the code easier to read (in master.jsx).However that implementation depends on internal undocumented components.
Is there a suggested way detect break points in material-ui?
The text was updated successfully, but these errors were encountered: