HxProgressIndicator
Displays the content of the component as "in progress".
Usage
#
Some content...
Some content...
Some content...
inProgress: False
API
Parameters
Name |
Type |
Description |
ChildContent |
RenderFragment |
Wrapped content. |
Delay |
int? |
Debounce delay in miliseconds. Default is 300 ms . |
InProgress |
bool |
Indicates whether the content should be displayed as "in progress". |
Settings |
ProgressIndicatorSettings |
Set of settings to be applied to the component instance (overrides HxProgressIndicator.Defaults , overriden by individual parameters). |
Static properties
CSS Variables
Name |
Description |
Default |
--hx-progress-indicator-background |
Background of the progress indicator.
|
white |
--hx-progress-indicator-spinner-color |
Color of the spinner.
|
blue |
--hx-progress-overlay-color |
Progress overlay color.
|
white |
--hx-progress-overlay-opacity |
Progress overlay opacity.
|
.65 |