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

Method view

src/tooltip.rs:79–85  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77 }
78
79 fn view(&self) -> Html {
80 html! {
81 <div id="tooltip-id" class="mdc-tooltip" role="tooltip" aria-hidden="true">
82 <div class="mdc-tooltip__surface"> { &self.label } </div>
83 </div>
84 }
85 }
86}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected