-
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
Adding [x]Props
to every component
#1368
Labels
react
Needs change in react package
Comments
Merged
This was referenced Jul 27, 2023
This was referenced Oct 4, 2023
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This was referenced Feb 5, 2024
This comment was marked as resolved.
This comment was marked as resolved.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The goal is to allow adding a custom
className
(or data attribute) to every single dom node. For example: it should be possible to add a custom class to Button text, Checkbox wrapper, etc.To do:
wrapperProps
in Checkbox.Example usage from a consumer-perspective:
Status
High Priority:
DatePicker
Component #1466Mid Priority:
ColorPicker
component #2211Fieldset: Nothing to changeFileUpload
Component #1440NonIdealState
Component #1407Slider
Component #1436Stepper
Component #1430SurfaceIs only one element / has subcomponents.Low Priority:
Avatar: Is only one element.BlockQuote: Not needed /footer
has nothing special.Carousel: Already has subcomponents.Input: Is only one element.tileContainerProps
toRadioTileGroup
#2299Search Box: Already has subcomponents.LinkAction
insideTag
#1824Modal
elements #1821The text was updated successfully, but these errors were encountered: