Codebrahma / react-lite-ui

A set of React components. Themable / Customizable / Light weight library
MIT License
40 stars 15 forks source link

Ripple support #17

Open prasanna1211 opened 5 years ago

prasanna1211 commented 5 years ago

Currently there is no ripple effect for any component. Need to think of integrating https://www.npmjs.com/package/@material/ripple or its alternatives

prasanna1211 commented 5 years ago

Ripple effect has been applied to

Anything on click, having some effect should have ripple effect.

  1. Example Select / Multi Select / autocomplete when an option is clicked. Effect should be from left to right of the option in these cases.
  2. Checkbox / Radios should have a radial ripple. Should start from center of the component.
  3. Buttons should also originate from point of touch.