New to KendoReact? Start a free 30-day trial
RippleProps
RipplePropsPremium
Updated on Sep 5, 2025
Represents the KendoReact Ripple component.
The ripple effect will show on the following elements:
- Buttons
- Checkboxes
- Radio buttons
jsx
<Ripple disabled="true">
<Button> Default Button</Button>
</Ripple>
| Name | Type | Default | Description |
|---|---|---|---|
disabled? |
|
|
Provides an option to disable the ripple effect on the children of the component. Defaults to jsx
|