{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "sidebar-group-action", "type": "registry:internal", "files": [ { "path": "registry/new-york-v4/internal/sidebar-group-action.tsx", "content": "\"use client\"\n\nimport { FrameIcon, MapIcon, PieChartIcon, PlusIcon } from \"lucide-react\"\nimport { toast, Toaster } from \"sonner\"\n\nimport {\n Sidebar,\n SidebarContent,\n SidebarGroup,\n SidebarGroupAction,\n SidebarGroupContent,\n SidebarGroupLabel,\n SidebarMenu,\n SidebarMenuButton,\n SidebarMenuItem,\n SidebarProvider,\n} from \"@/registry/new-york-v4/ui/sidebar\"\n\nexport default function AppSidebar() {\n return (\n \n \n \n \n \n Projects\n toast(\"You clicked the group action!\")}\n >\n Add Project\n \n \n \n \n \n \n \n Design Engineering\n \n \n \n \n \n \n \n Sales & Marketing\n \n \n \n \n \n \n \n Travel\n \n \n \n \n \n \n \n \n \n )\n}\n", "type": "registry:component" } ] }