-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Implement Grid List Component #47
Comments
Implemented the first prototype, see it in CodePen. Supports:
|
Next step we need to figure out how grid list item size is defined and if it may have any relationship with grid layout with our designers. |
Based on our conversation with the designer this morning, the grid list sounds like
Following up conversation would includes:
|
Had another conversation with our designer, there is definitely a lot to figure out, so instead, we will work together to define how the grid list should behave on web. Please feel free to left your comments and thought over grid list. |
After all the discussion, we decided to line our component with iOS and Android implementation: We choose this implementation to align with our current spec and other platform implementation and remain the fixed number of columns as a future option. Here is the latest prototype |
Spec reference: https://www.google.com/design/spec/components/grid-lists.html#grid-lists-specs
The text was updated successfully, but these errors were encountered: