-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Components: Add Divider #29433
Components: Add Divider #29433
Conversation
Size Change: 0 B Total Size: 1.39 MB ℹ️ View Unchanged
|
2763f7d
to
9d43fd5
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.
🚀 from me! Thank you @sarayourfriend . Excited to see TS being used for this 😍
@ItsJonQ What's say we wait to merge this until the snapshot tests are fixed from the update in |
2824c05
to
f3c014e
Compare
Yay! Thanks for following up on this @sarayourfriend . We should be able to merge once the tests are 🟢 |
Description
Adds a new
Divider
component. Note that this removes the dependency onDropdown
. Dropdown itself will have to targetDivider
in its styles to render the dropdown styles ofDivider
.How has this been tested?
Unit tests and storybook.
Note: Unit tests currently don't work due to style issues. Once the updates in #29230 to
toMatchStyleDiffSnapshot
is merged these snapshots should be updated and fixed.Types of changes
New feature
Checklist: