Function leptos::html::progress

source ยท
pub fn progress() -> HtmlElement<Progress>
Expand description

The <progress> HTML element displays an indicator showing the completion progress of a task, typically displayed as a progress bar.