-
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
feat(button): add separator in button sets #6608
feat(button): add separator in button sets #6608
Conversation
Deploy preview for carbon-elements ready! Built with commit 2eb2e97 |
Deploy preview for carbon-components-react ready! Built with commit 2eb2e97 https://deploy-preview-6608--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.
175c791
to
3181fbf
Compare
would we want to just create a |
@emyarod I think that makes sense, maybe a Group comes up only because that's what I remember seeing in docs, let me know if sets is a better term for these (especially since we have that class already in code) |
yeah exactly I was thinking of something like |
3181fbf
to
ccf66f1
Compare
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.
1d32b4c
to
be6b6dc
Compare
the focus issue should be resolved now, and I will problems that are inherited from the base button styles separately since they are not directly related to the current PR! |
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.
712880f
to
dbe73a9
Compare
69597d8
to
810d3fd
Compare
4e6d1ac
to
3b5cb3f
Compare
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 great !! thank you 🙌🏻
Ref #5638
This PR adds a separator between buttons (in button sets only) with a new
$button-separator
tokenChangelog
New
ButtonSet
wrapper component$button-separator
token for button setsChanged
Testing / Reviewing
Confirm the separators appear correct and for button sets only