Skip to main content

Progress

Function Progress 

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

A horizontal progress bar. The reactive value is divided by max (default 1.0) and clamped to fill 0% to 100% of the track.

§Required Props

§Optional Props