TaitoUnited / react-components-kit

A collection of reusable and themable React UI components built with styled-components
https://taitounited.github.io/react-components-kit/
14 stars 2 forks source link

Make Button ripple effect optional #3

Open Temzasse opened 6 years ago

Temzasse commented 6 years ago

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.

aewing commented 6 years ago

I like the HoC approach to the ripple, personally.