mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
Ink readme wasn't using the script generator and ready templates we already use in our other components. This fixes that and moves the migration guide from Ripple to Ink.
31 lines
592 B
Markdown
31 lines
592 B
Markdown
# Ink
|
|
|
|
<!-- badges -->
|
|
|
|
The Ink component provides a radial action in the form of a visual ripple expanding outward from
|
|
the user's touch.
|
|
|
|
<img src="docs/assets/ink.gif" alt="An animation showing a Material ink ripple on multiple surfaces." width="210">
|
|
|
|
<!-- design-and-api -->
|
|
|
|
<!-- toc -->
|
|
|
|
- - -
|
|
|
|
## Overview
|
|
|
|
Ink is a material design implementation of touch feedback.
|
|
|
|
## Installation
|
|
|
|
- [Typical installation](../../../docs/component-installation.md)
|
|
|
|
## Usage
|
|
|
|
- [Typical use](typical-use.md)
|
|
|
|
## Migration guides
|
|
|
|
- [Migration guide: Ink to Ripple](migration-guide-ink-to-ripple.md)
|