-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 ControlGroup #28982
Components: Add ControlGroup #28982
Conversation
Size Change: 0 B Total Size: 1.38 MB ℹ️ View Unchanged
|
Thank you @sarayourfriend !! Taking a look at this now. |
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! Thanks @sarayourfriend
One small note... At the moment, the components coming in from @itsjonq/g2
won't know how to correctly render their borders + border radii.
This is because they're using different instances of the ControlGroupContext
.
@itsjonq/g2
vs @wordpress/components/ui
.
That's okay. This will auto-resolve once we move those components over.
For that, I'm 👍
I'm just writing this for context :)
@sarayourfriend Oh dear! I just noticed my update didn't push because you pushed one, haha. One moment |
…to add/control-group
Description
Adds a
ControlGroup
component to group controls together 😀How has this been tested?
Storybook, unit tests pass
Screenshots
Types of changes
New feature
Checklist: