New to KendoReact? Start a free 30-day trial
RippleProps
RipplePropsPremium
Represents the KendoReact Ripple component.
The ripple effect will show on the following elements:
- Buttons
- Checkboxes
- Radio buttons
jsx
<Ripple disabled="true">
<button className="k-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
|