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

Function TooltipTrigger

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

Source from the content-addressed store, hash-verified

30}
31
32function TooltipTrigger({
33 ...props
34}: React.ComponentProps<typeof TooltipPrimitive.Trigger>) {
35 return <TooltipPrimitive.Trigger data-slot="tooltip-trigger" {...props} />
36}
37
38interface TooltipContentProps extends React.ComponentProps<typeof TooltipPrimitive.Content> {
39 icon?: IconType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected