Skip to content

docs(config): add rippleEffect to table #3448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/developing/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ Below are the config options that Ionic uses.
| `popoverLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-popover`, overriding the default "animation". |
| `refreshingIcon` | `string` | Overrides the default icon in all `<ion-refresh-content>` components. |
| `refreshingSpinner` | `SpinnerTypes` | Overrides the default spinner type in all `<ion-refresh-content>` components. |
| `rippleEffect` | `boolean` | If `true`, Material Design ripple effects will be enabled across the app. |
| `sanitizerEnabled` | `boolean` | If `true`, Ionic will enable a basic DOM sanitizer on component properties that accept custom HTML. |
| `spinner` | `SpinnerTypes` | Overrides the default spinner in all `<ion-spinner>` components. |
| `statusTap` | `boolean` | If `true`, clicking or tapping the status bar will cause the content to scroll to the top. |
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-v6/developing/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Below are the config options that Ionic uses.
| `popoverLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-popover`, overriding the default "animation". |
| `refreshingIcon` | `string` | Overrides the default icon in all `<ion-refresh-content>` components. |
| `refreshingSpinner` | `SpinnerTypes` | Overrides the default spinner type in all `<ion-refresh-content>` components. |
| `rippleEffect` | `boolean` | If `true`, Material Design ripple effects will be enabled across the app. |
| `sanitizerEnabled` | `boolean` | If `true`, Ionic will enable a basic DOM sanitizer on component properties that accept custom HTML. |
| `spinner` | `SpinnerTypes` | Overrides the default spinner in all `<ion-spinner>` components. |
| `statusTap` | `boolean` | If `true`, clicking or tapping the status bar will cause the content to scroll to the top. |
Expand Down