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: normal ButtonContent and ButtonContentRipple.
Then we can just render one of them based on the ripple prop.
Add a
rippleprop that defaults to true.The ripple effect is applied to the
ButtonContentstyled component so we could just make two components instead: normalButtonContentandButtonContentRipple.Then we can just render one of them based on the
rippleprop.