Custom thumb for Switch component #5483
ajhurliman
started this conversation in
Feature request
Replies: 1 comment
-
Hey @ajhurliman, Thanks for your suggestions. We'll consider adding it in future releases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'd like the ability to specify a custom thumb for the Switch component. Specifically, when the switch's value is isChecked={true} I'd like a checkmark icon to appear over the thumb. Would this be very difficult?
Problem Statement
To allow users to further customize the Switch component
Proposed Solution or API
Could add a prop
customThumb={<div>...</div>}
Alternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions