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

Start a new task with Copilot

\r\n

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

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