Progress Bar
This documentation provides a comprehensive reference for the ProgressBar
component, guiding you through its configuration options.
Parameters #
Name | Type | Default | Required | Description | Added Version |
---|---|---|---|---|---|
Class | string | null | Gets or sets the CSS class. | 1.0.0 | |
Color | ProgressBarColor | None | Gets or sets the color. | 1.0.0 | |
Id | string | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
Max | float | 100 | Gets or sets the maximum value. | 1.0.0 | |
Size | ProgressBarSize | None | Gets or sets the size. | 1.0.0 | |
Style | string | null | Gets or sets the CSS style. | 1.0.0 | |
Value | float? | null | Gets or sets the value. | 1.0.0 |