MCPcopy Create free account
hub / github.com/KartikLabhshetwar/foliox / Tooltip

Function Tooltip

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected