A default implementation of click handler method which automatcially plays a ripple effect
(playRippleEffect) at the position specified in event object.
Play a ripple effect at the position specified in event object.
A mouse event causing the ripple effect to be played. For example, a mouse click event, etc.
A target DOM element to display the effect. By default, this should be an element causing an event to
occur (event.target).
Generated using TypeDoc
An abstract base class of clickable component (such as buttons) playing
rippleeffect when it is clicked.shiorin, tee4cute