pub fn ProgressBar(props: ProgressBarProps) -> impl IntoViewExpand description
ยงOptional Props
- class:
impl Into<MaybeProp<String>> - value:
impl Into<Signal<f64>>- A decimal number between 0 and 1 (or between 0 and max if given), which specifies how much of the task has been completed.
- max:
Signal<f64>- The maximum value, which indicates the task is complete. The ProgressBar bar will be full when value equals max.
- color:
impl Into<Signal<ProgressBarColor>>- ProgressBar color.