-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[Component Request] Grid lists #1095
Comments
I'd love to have both styles of labels on these grid items -- the style where the labels overlap the grid item's content, and the style where they are displayed below. |
Completely possible, it is just cards. In fact this is probably doable with the current grid system and some slight tweaks to cards via a modifier. Just need to dig into the spec and cross-reference things for initial triage. |
SuggestionThis might be (close to) what you're wanting: Just add the And add this extra styling (or add custom class and target that): Example 1Full code example (with inline styling so you don't need the above 2 styling customizations):
Full demo example of code above (grid of 3-3-3-3): http://codepen.io/cliffordp/pen/WvgmMP?editors=110 Screenshot:Example 2Demo of grid 3-3-3-3 and grid 3-3-3-3: http://codepen.io/cliffordp/pen/aORoMe?editors=110 Example 3Demo of grid 6-6 and grid 3-9: http://codepen.io/cliffordp/pen/GJXexx?editors=110 Screenshot:ClosingI hope this helps you accomplish what you're wanting and/or have the MDL team make it simpler to implement. |
+1 |
We will be implementing this in v2: see #4498 We are still in the very early stages of v2 and are currently working towards an alpha. Our |
A grid list consists of a repeated pattern of cells arrayed vertically and horizontally within the grid list.
https://www.google.com/design/spec/components/grid-lists.html
A grid list is best suited to presenting homogenous data, typically images, and is optimized for visual comprehension and differentiating between similar data types.
The text was updated successfully, but these errors were encountered: