-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[docs] Migrate Switch demos to emotion #25366
[docs] Migrate Switch demos to emotion #25366
Conversation
<Switch
// focusVisibleClassName={classes.focusVisible}
disableRipple
{...props}
/> |
@vicasas |
@oliviertassinari How would this be used from |
@vicasas The simplest is to use |
@oliviertassinari It's done, but I don't see the visual difference |
81b245f
to
2c98f6b
Compare
The following demos of the Switch component were migrated:
Related to #16947