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

Method create

src/fab.rs:47–53  ·  view source on GitHub ↗
(props: Self::Properties, link: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

45 type Properties = FabProps;
46
47 fn create(props: Self::Properties, link: ComponentLink<Self>) -> Self {
48 Self {
49 link,
50 label: props.label,
51 // onsignal: props.onsignal,
52 }
53 }
54
55 fn update(&mut self, msg: Self::Message) -> ShouldRender {
56 match msg {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected