-
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(progress-indicator): adds 'vertical' variant #1717
feat(progress-indicator): adds 'vertical' variant #1717
Conversation
FYI the magic numbers used in the margins, top, etc are due to the icon's internal spacing. I tried to use only as many magic numbers as were already there, but let me know if there's a better way. |
Deploy preview for the-carbon-components ready! Built with commit 11110c7 https://deploy-preview-1717--the-carbon-components.netlify.com |
Thamks @werdnanoslen for the contribution! Set our designers as the reviewer to see if they agree the new addition. In case they agree - Could you create |
@asudoh created. Note that I'm using the normal |
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.
@laurenmrice Done, and for reference, this is the non-v10 version @ 6rem/96px min-height: |
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.
Looks good to me, thanks Andy!
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.
LGTM 👍 - Thanks @werdnanoslen!
🎉 This PR is included in version 9.70.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
…ker (carbon-design-system#1717) * fix(DatePicker): avoid rendering extra icons for experimental DatePicker * fix(DatePicker): render calendar icon for experimental single variant
This adds a vertical variant to the progress-indicator component, like this:
Changelog
New