RangeControl
: add size prop
#64536
Labels
Design System
Issues related to the system of combining components according to best practices.
Needs Dev
Ready for, and needs developer efforts
[Package] Components
/packages/components
[Type] Enhancement
A suggestion for improvement.
Currently the slider in
RangeControl
renders at 30px height, and there's no way to adjust that outside of manual overrides. In cases where a text field is included this isn't a problem – the container grows to accommodate the text field height. But when there's no text field it meansRangeControl
will not align with the standard40px
,32px
,24px
sizing convention.Ideally this is updated so that consumers can specify a size, like many other components, as outlined in #46734
The text was updated successfully, but these errors were encountered: