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 theprogress
component. You can useProgressArgsBuilder
to construct it.