// CSS-only tooltip shown on hover/focus. Wrap the trigger content in the slot. component Tooltip { props { text = "" class = "" } view { } }