Skip to content

Commit 25b950f

Browse files
docs(config): add rippleEffect to table (#3448)
* fix(config): add rippleEffect to table * lint
1 parent 9ca47a9 commit 25b950f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/developing/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ Below are the config options that Ionic uses.
191191
| `popoverLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-popover`, overriding the default "animation". |
192192
| `refreshingIcon` | `string` | Overrides the default icon in all `<ion-refresh-content>` components. |
193193
| `refreshingSpinner` | `SpinnerTypes` | Overrides the default spinner type in all `<ion-refresh-content>` components. |
194+
| `rippleEffect` | `boolean` | If `true`, Material Design ripple effects will be enabled across the app. |
194195
| `sanitizerEnabled` | `boolean` | If `true`, Ionic will enable a basic DOM sanitizer on component properties that accept custom HTML. |
195196
| `spinner` | `SpinnerTypes` | Overrides the default spinner in all `<ion-spinner>` components. |
196197
| `statusTap` | `boolean` | If `true`, clicking or tapping the status bar will cause the content to scroll to the top. |

versioned_docs/version-v6/developing/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ Below are the config options that Ionic uses.
134134
| `popoverLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-popover`, overriding the default "animation". |
135135
| `refreshingIcon` | `string` | Overrides the default icon in all `<ion-refresh-content>` components. |
136136
| `refreshingSpinner` | `SpinnerTypes` | Overrides the default spinner type in all `<ion-refresh-content>` components. |
137+
| `rippleEffect` | `boolean` | If `true`, Material Design ripple effects will be enabled across the app. |
137138
| `sanitizerEnabled` | `boolean` | If `true`, Ionic will enable a basic DOM sanitizer on component properties that accept custom HTML. |
138139
| `spinner` | `SpinnerTypes` | Overrides the default spinner in all `<ion-spinner>` components. |
139140
| `statusTap` | `boolean` | If `true`, clicking or tapping the status bar will cause the content to scroll to the top. |

0 commit comments

Comments
 (0)