Skip to main content

tooltip_container

Function tooltip_container 

Source
pub fn tooltip_container<C>(
    cx: &mut C,
    f: impl FnOnce(Div, &mut C) -> Div,
) -> impl IntoElement
where C: AppContext + Borrow<App>,