pub fn Tooltip<T>(props: TooltipProps<T>) -> impl IntoViewExpand description
§Required Props
- children:
TypedChildren<T>
§Optional Props
- content:
impl Into<Signal<String>>- The text of the tooltip.
- position:
TooltipPosition- Configure the position of the tooltip.
- appearance:
impl Into<Signal<TooltipAppearance>>- The tooltip’s visual appearance.