-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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(react,carbon-react): add unstable_FlexGrid #10499
feat(react,carbon-react): add unstable_FlexGrid #10499
Conversation
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: 0b3b082 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/61f18fd5ff418b000786763b 😎 Browse the preview: https://deploy-preview-10499--carbon-react-next.netlify.app |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: 0b3b082 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/61f18fd5d8d1ab00083eace9 😎 Browse the preview: https://deploy-preview-10499--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: 0b3b082 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61f18fd5762da40008f51b32 😎 Browse the preview: https://deploy-preview-10499--carbon-components-react.netlify.app |
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.
A couple questions, but I think this looks great 🎉 🏅
bump @jnm2377 when you get a sec! |
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 great!
Closes #10474
Add in
FlexGrid
component for a stable flexbox-based Grid implementation. The intention is that teams can keep usingFlexGrid
,Row
, andColumn
components in v11 before moving to the CSS Grid-based implementation.Changelog
New
Changed
Removed
Testing / Reviewing