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

Method create

src/circular_progress.rs:35–41  ·  view source on GitHub ↗
(props: Self::Properties, link: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected