RippleContainerDirective
Directive
Represents the Ripple container component.
Apply this directive to any container element. The ripple effect will show on the following elements:
- Buttons
- Checkboxes
- Radio buttons
Definition
Package:@progress/kendo-angular-ripple
Selector:[kendoRippleContainer]
Syntax:
html
<div kendoRippleContainer>
<button kendoButton>Default Button</button>
<button kendoButton themeColor="primary">Primary Button</button>
</div>
Inputs
disabled
boolean
Disables the ripple effect for the kendoRippleContainer element.
Default:
false