{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "radix-popover-demo", "type": "registry:ui", "title": "Radix Popover Demo", "description": "Demo showing an animated radix popover.", "registryDependencies": [ "https://animate-ui.com/r/radix-popover", "label", "button", "input" ], "files": [ { "path": "registry/demo/radix/popover/index.tsx", "content": "import { Button } from '@/components/ui/button';\nimport { Input } from '@/components/ui/input';\nimport { Label } from '@/components/ui/label';\nimport {\n Popover,\n PopoverContent,\n PopoverTrigger,\n} from '@/components/animate-ui/radix/popover';\n\nexport function RadixPopoverDemo() {\n return (\n \n \n \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/radix/popover.tsx" } ] }