Ripples are visual representations used to communicate the status of a component or interactive element.
| Name | Type | Description |
|---|---|---|
| Attributes | Dictionary<String,Object> | Gets or sets a collection of additional attributes that will be applied to the created element. |
| ChildContent | RenderFragment | Child content of MatRipple |
| Class | String | Specifies one or more classnames for an DOM element. |
| Color | MatRippleColor | |
| Id | String | |
| RefBack | ForwardRef | |
| Style | String | Specifies an inline style for an DOM element. |
| Ref | ElementReference | Returned ElementRef reference for DOM element. |