blob: bd2dfbeaaba7d4863dc71cc33bc9879f31160394 [file] [view] [edit]
# Ripple
<!-- badges -->
The Ripple component provides a radial action in the form of a visual ripple expanding outward from
the user's touch.
Ripple is a visual form of feedback for touch events providing users a clear signal that an element is being touched.
<img src="docs/assets/ripple.gif" alt="An animation showing a Material ripple on multiple surfaces." width="210">
<!-- design-and-api -->
<!-- toc -->
- - -
## Overview
`MDCRippleView` is a material design implementation of touch feedback and is a successor of Ink.
Ripple is currently a [beta component](../../../contributing/beta_components.md). Therefore, clients that
wish to use Ripple in their app will need to manually clone the repo and add the code to their project.
## Installation
- [Typical installation](../../../docs/component-installation.md)
## Usage
- [Typical use](typical-use.md)