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

Method create

src/linear_progress.rs:32–38  ·  view source on GitHub ↗
(props: Self::Properties, link: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

30 type Properties = LinearProgressProps;
31
32 fn create(props: Self::Properties, link: ComponentLink<Self>) -> Self {
33 Self {
34 link,
35 // label: props.label,
36 // onsignal: props.onsignal,
37 }
38 }
39
40 fn update(&mut self, msg: Self::Message) -> ShouldRender {
41 // match msg {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected