-
Notifications
You must be signed in to change notification settings - Fork 42
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
Improving Button DOM Node customization #1435
Conversation
Button changes look good. I would suggest also going through other variants of |
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.
Button looks good 👍
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.
I think SplitButton needs some changes as well.
packages/itwinui-react/src/core/Buttons/IconButton/IconButton.tsx
Outdated
Show resolved
Hide resolved
packages/itwinui-react/src/core/Buttons/SplitButton/SplitButton.tsx
Outdated
Show resolved
Hide resolved
packages/itwinui-react/src/core/Buttons/SplitButton/SplitButton.tsx
Outdated
Show resolved
Hide resolved
packages/itwinui-react/src/core/Buttons/SplitButton/SplitButton.tsx
Outdated
Show resolved
Hide resolved
packages/itwinui-react/src/core/Buttons/SplitButton/SplitButton.tsx
Outdated
Show resolved
Hide resolved
…n.tsx Co-authored-by: Mayank <[email protected]>
…n.tsx Co-authored-by: Mayank <[email protected]>
…n.tsx Co-authored-by: Mayank <[email protected]>
… into xander/button-xProps
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
Changes
Adding props to
Button
that allows for individuation of each DOM-node.Addresses #1368
Testing
Unit & visual testing to be conducted.
Docs
TBD