pub fn ToolTip<T: ElementDescriptor + Clone + 'static>(
props: ToolTipProps<T>,
) -> impl IntoViewExpand description
§Required Props
- parent_node:
NodeRef<T> - children:
ChildrenFn
§Optional Props
- delay:
std::time::Duration
pub fn ToolTip<T: ElementDescriptor + Clone + 'static>(
props: ToolTipProps<T>,
) -> impl IntoViewNodeRef<T>ChildrenFnstd::time::Duration