From 6d4a07d05ce2e43dff6d8b04d1b1fb0f72e7b916 Mon Sep 17 00:00:00 2001 From: Augusto Destrero Date: Tue, 1 Feb 2022 16:05:40 +0100 Subject: [PATCH] docs(ripple-effect): add correct Material Design link --- core/src/components/ripple-effect/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/ripple-effect/readme.md b/core/src/components/ripple-effect/readme.md index 8c928b8a72..609a894c2a 100644 --- a/core/src/components/ripple-effect/readme.md +++ b/core/src/components/ripple-effect/readme.md @@ -1,6 +1,6 @@ # ion-ripple-effect -The ripple effect component adds the [Material Design ink ripple interaction effect](https://material.io/develop/web/components/ripples/). This component can only be used inside of an `` and can be added to any component. +The ripple effect component adds the [Material Design ink ripple interaction effect](https://material.io/develop/web/supporting/ripple). This component can only be used inside of an `` and can be added to any component. It's important to note that the parent should have [relative positioning](https://developer.mozilla.org/en-US/docs/Web/CSS/position) because the ripple effect is absolutely positioned and will cover the closest parent with relative positioning. The parent element should also be given the `ion-activatable` class, which tells the ripple effect that the element is clickable.