New to KendoReactStart a free 30-day trial

RippleProps
Premium

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>
NameTypeDefaultDescription

disabled?

boolean

Provides an option to disable the ripple effect on the children of the component. Defaults to false.

jsx
<Ripple disabled={true}>
    <button className="k-button">Default Button</button>
</Ripple>
Not finding the help you need?
Contact Support