MCPcopy Create free account
hub / github.com/bytebase/dbhub / TooltipTrigger

Function TooltipTrigger

frontend/src/components/ui/tooltip.tsx:13–15  ·  view source on GitHub ↗
(props: TooltipPrimitive.Trigger.Props)

Source from the content-addressed store, hash-verified

11const Tooltip = TooltipPrimitive.Root;
12
13function TooltipTrigger(props: TooltipPrimitive.Trigger.Props) {
14 return <TooltipPrimitive.Trigger data-slot="tooltip-trigger" {...props} />;
15}
16
17function TooltipPopup({
18 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected