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
The ripple effect is applied to the ButtonContent styled component so we could just make two components instead: normal ButtonContent and ButtonContentRipple.
Then we can just render one of them based on the ripple prop.
The text was updated successfully, but these errors were encountered:
Add a
ripple
prop that defaults to true.The ripple effect is applied to the
ButtonContent
styled component so we could just make two components instead: normalButtonContent
andButtonContentRipple
.Then we can just render one of them based on the
ripple
prop.The text was updated successfully, but these errors were encountered: