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

Method view

src/icon_button_toggle.rs:80–90  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

78 }
79
80 fn view(&self) -> Html {
81 // on?=to_option(self.props.on)
82 // onIcon=self.props.on_icon
83 // offIcon=self.props.off_icon
84 // label=self.props.label
85 // disabled=self.props.disabled
86 // ref=self.node_ref.clone()
87 // > { self.props.children.clone() }
88
89 unimplemented!()
90 }
91
92 fn rendered(&mut self, first_render: bool) {
93 // if first_render {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected