MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / PopoverTrigger

Function PopoverTrigger

src/components/ui/popover.tsx:14–18  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof PopoverPrimitive.Trigger>)

Source from the content-addressed store, hash-verified

12}
13
14function PopoverTrigger({
15 ...props
16}: React.ComponentProps<typeof PopoverPrimitive.Trigger>) {
17 return <PopoverPrimitive.Trigger data-slot="popover-trigger" {...props} />
18}
19
20function PopoverContent({
21 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected