You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create a CustomSwitchLabel component based upon Switch.Label, where the label should be colored based on the corresponding Switch component’s state (in the enclosing Switch.Group). For instance, a useSwitchState (based on useGroupContext) could function like below:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to create a
CustomSwitchLabel
component based uponSwitch.Label
, where the label should be colored based on the correspondingSwitch
component’s state (in the enclosingSwitch.Group
). For instance, auseSwitchState
(based onuseGroupContext
) could function like below:Beta Was this translation helpful? Give feedback.
All reactions