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: ProgressArgsThis argument configures the style of theprogresscomponent. You can useProgressArgsBuilderto construct it.
Preview
