MCPcopy Create free account
hub / github.com/angular-rust/yew-components / LinearProgress

Class LinearProgress

src/linear_progress.rs:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3use yew::prelude::*;
4
5pub struct LinearProgress {
6 link: ComponentLink<Self>,
7 // label: String,
8 // onsignal: Callback<()>,
9}
10
11/// Props for [`LinearProgress`]
12///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected