Interface IHasRipple
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports a ripple effect via JavaScript interop.
public interface IHasRipple : IJsBehavior
Properties
DisableRipple
When true, disables the ripple effect.
bool DisableRipple { get; set; }
Property Value
- bool
RippleColor
Custom ripple color. Accepts any valid CSS color value.
string? RippleColor { get; set; }
Property Value
- string
RippleDurationMs
Duration of the ripple animation in milliseconds.
int? RippleDurationMs { get; set; }
Property Value
- int?
Methods
GetRippleContainer()
Gets the Microsoft.AspNetCore.Components.ElementReference that hosts the ripple effect.
ElementReference GetRippleContainer()
Returns
- ElementReference