MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / Tooltip

Function Tooltip

frontend/components/ui/tooltip.tsx:21–29  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof TooltipPrimitive.Root>)

Source from the content-addressed store, hash-verified

19}
20
21function Tooltip({
22 ...props
23}: React.ComponentProps<typeof TooltipPrimitive.Root>) {
24 return (
25 <TooltipProvider>
26 <TooltipPrimitive.Root data-slot="tooltip" {...props} />
27 </TooltipProvider>
28 )
29}
30
31function TooltipTrigger({
32 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected