MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / TooltipTrigger

Function TooltipTrigger

packages/plugin-ui/src/components/ui/tooltip.tsx:31–33  ·  view source on GitHub ↗
({ ...props }: TooltipPrimitive.Trigger.Props)

Source from the content-addressed store, hash-verified

29}
30
31function TooltipTrigger({ ...props }: TooltipPrimitive.Trigger.Props) {
32 return <TooltipPrimitive.Trigger data-slot="tooltip-trigger" {...props} />;
33}
34
35function TooltipContent({
36 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected