Skip to content

Progress

rust
pub fn progress(args: impl Into<ProgressArgs>)

Displays a progress bar indicating the completion progress of a task. This component is almost identical to the slider component but is not interactive.

Arguments

  • args: ProgressArgs This argument configures the style of the progress component. You can use ProgressArgsBuilder to construct it.

Preview

progress

Licensed under the MIT or Apache-2.0 at your option.