-
Notifications
You must be signed in to change notification settings - Fork 273
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
feat(Grid): Added xl and max #472
feat(Grid): Added xl and max #472
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/carbon-design-system/gatsby-theme-carbon/iumxx65jt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had a question about the default prop value
| colMd | number | | | Specify the col width at medium breakpoint | | ||
| colLg | number | | 12 | Specify the col width at large breakpoint | | ||
| colXl | number | | 12 | Specify the col width at x-large breakpoint | | ||
| colMax | number | | 12 | Specify the col width at max breakpoint | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should colMax and colXL have the default as 12 here? Its not set in the code
Co-Authored-By: Alison Joseph <alisonejoseph@Gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me!
Added xl and max to the Grid.