-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(css-grid): various bugfixes, first docs pass #8797
fix(css-grid): various bugfixes, first docs pass #8797
Conversation
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: 3265327 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/60b11fb6f001080008a01ee6 😎 Browse the preview: https://deploy-preview-8797--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: f11a28c 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/60bf9c66164b3b000808a34c 😎 Browse the preview: https://deploy-preview-8797--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: 3265327 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/60b11fb673ac9e00074ad4e5 😎 Browse the preview: https://deploy-preview-8797--carbon-components-react.netlify.app/iframe |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: f11a28c 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/60bf9c66da0dab0007fa340a 😎 Browse the preview: https://deploy-preview-8797--carbon-components-react.netlify.app/iframe |
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.
Looking great! Left a couple of QOL fixes/updates
One note for the span classes, feel free to update to have the behavior match CSS Grid instead of our old behavior if it makes sense. I think aligning with CSS Grid terminology instead of having our implementation try and map back to our v10 work makes a ton of sense 👍
@joshblack thanks! I revised the span/offset classes to match CSS Grid more appropriately, improved the offset story, addressed the other feedback items, and updated the import to use the normal entrypoint 👍 |
…m#8797) * wip: check in work * fix(css-grid): various bugfixes, first docs pass * chore(wip): check in work based on review feedback * fix(grid): correct offset styling and available classes * chore: update snapshot Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Part of #8556
First pass at CSS Grid stories and docs. Also a few bugfixes to the css grid implementation; mixed mode gutters, add aspect ratio, among others.
Changelog
New
Changed
Testing / Reviewing
Spin up the new storybook and check it out
grid.stories.mov