{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "button-group-popover", "type": "registry:example", "registryDependencies": [ "button-group" ], "files": [ { "path": "registry/new-york-v4/examples/button-group-popover.tsx", "content": "import { BotIcon, ChevronDownIcon } from \"lucide-react\"\n\nimport { Button } from \"@/registry/new-york-v4/ui/button\"\nimport { ButtonGroup } from \"@/registry/new-york-v4/ui/button-group\"\nimport {\n Popover,\n PopoverContent,\n PopoverTrigger,\n} from \"@/registry/new-york-v4/ui/popover\"\nimport { Separator } from \"@/registry/new-york-v4/ui/separator\"\nimport { Textarea } from \"@/registry/new-york-v4/ui/textarea\"\n\nexport default function ButtonGroupPopover() {\n return (\n \n \n \n \n \n \n \n
\n
Agent Tasks
\n
\n \n
\n \n

Start a new task with Copilot

\n

\n Describe your task in natural language. Copilot will work in the\n background and open a pull request for your review.\n

\n
\n
\n
\n
\n )\n}\n", "type": "registry:example" } ] }