{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "headless-popover-demo", "type": "registry:ui", "title": "Headless Popover Demo", "description": "Demo showing an animated headless popover.", "registryDependencies": [ "button", "input", "label", "https://animate-ui.com/r/headless-popover" ], "files": [ { "path": "registry/demo/headless/popover/index.tsx", "content": "'use client';\n\nimport { Button } from '@/components/ui/button';\nimport { Input } from '@/components/ui/input';\nimport { Label } from '@/components/ui/label';\nimport {\n Popover,\n PopoverButton,\n PopoverPanel,\n} from '@/components/animate-ui/headless/popover';\n\nexport function RadixPopoverDemo() {\n return (\n \n \n Open popover\n \n \n
\n
\n

Dimensions

\n

\n Set the dimensions for the layer.\n

\n
\n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n
\n
\n
\n );\n}\n", "type": "registry:ui", "target": "components/animate-ui/demo/headless/popover.tsx" } ] }