-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Layout options - hides #609
Comments
+1
|
See the comments in #494. Angular Material intends to be mobile-first. So when I design, I start with mobile as the default and work up. The naming conventions follow that approach:
This is a little different from desktop-first where the default behavior applies to desktops and I work down. This ensures that the web application is completely usable from a mobile device (which has and continues to be overlooked, unfortunately). In this case the This confused me at first because mobile screens are small, so I associated |
Note that this is documented and well explained in this video at ngEurope. |
Makes more sense. It is a little confusing. Translates as "hide this element from small viewports" in my head. Just need to retrain the translator apparently. Thanks. |
Shouldn't the "hide-sm" attribute hide an element when the viewport is less than or equal to the media query dimensions? Currently, hide-sm hides an element when the viewport is greater than the small dimension.
The text was updated successfully, but these errors were encountered: