Skip to main content

Progress

Function Progress 

Source
pub fn Progress(props: ProgressProps) -> Element
Expand description

Progress component for showing task completion

§Example

rsx! {
    Progress { percentage: 70, status: ProgressStatus::Success }
}