{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "popover",
"title": "Popover",
"description": "Floating content panel anchored to a trigger element",
"dependencies": [
"@base-ui/react"
],
"registryDependencies": [
"utils"
],
"files": [
{
"path": "registry/new-york/ui/popover.tsx",
"content": "\"use client\"\n\nimport * as React from \"react\"\nimport { Popover as PopoverPrimitive } from \"@base-ui/react/popover\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Popover({ ...props }: PopoverPrimitive.Root.Props) {\n return