Skip to content
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 Layout #1451

Open
aress31 opened this issue Jun 22, 2020 · 1 comment
Open

Responsive Layout #1451

aress31 opened this issue Jun 22, 2020 · 1 comment
Labels
Type: Feature New feature or request

Comments

@aress31
Copy link

aress31 commented Jun 22, 2020

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I think that the developing experience with MWC could greatly benefit from implementing responsiveness out of the box.

My suggestion would be the addition of a prop either to the or to define at which viewport width the responsive design - meaning the hamburger button and the drawer - should be triggered.

Let's say my application is made of only an app-bar with a navigation menu on the right hand side, but that for mobile user I want to switch to a drawer design. We could do by defining the drawer like for example.

Describe the solution you'd like
A clear and concise description of what you want to happen.
See this solution for React:
https://mui-treasury.com/layout/

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Alternatively, what I want to achieve could be done with media-queries but that would be a lot of extra codes and checks to achieve something that is now a pre-requisite for modern web dev.

Additional context
Add any other context or screenshots about the feature request here.

@dfreedm
Copy link
Collaborator

dfreedm commented Jun 26, 2020

Thanks for filing this issue. We're currently prioritizing building out the full component set in Material Design, but after that is done, implementing helpers for Material Design Layout would be next on the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants