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

Function PopoverAnchor

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

Source from the content-addressed store, hash-verified

40}
41
42function PopoverAnchor({
43 ...props
44}: React.ComponentProps<typeof PopoverPrimitive.Anchor>) {
45 return <PopoverPrimitive.Anchor data-slot="popover-anchor" {...props} />
46}
47
48export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected