{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "sidebar-footer", "type": "registry:internal", "author": "shadcn (https://ui.shadcn.com)", "files": [ { "path": "internal/sidebar-footer.tsx", "content": "\"use client\"\n\nimport { ChevronDown, ChevronUp, User2 } from \"lucide-react\"\n\nimport {\n DropdownMenu,\n DropdownMenuContent,\n DropdownMenuItem,\n DropdownMenuTrigger,\n} from \"@/registry/new-york/ui/dropdown-menu\"\nimport {\n Sidebar,\n SidebarContent,\n SidebarFooter,\n SidebarHeader,\n SidebarInset,\n SidebarMenu,\n SidebarMenuButton,\n SidebarMenuItem,\n SidebarProvider,\n SidebarTrigger,\n} from \"@/registry/new-york/ui/sidebar\"\n\nexport default function AppSidebar() {\n return (\n \n \n \n \n \n \n \n \n \n \n Username\n \n \n \n \n \n Account\n \n \n Billing\n \n \n Sign out\n \n \n \n \n \n \n \n \n
\n \n
\n
\n
\n )\n}\n", "type": "registry:component", "target": "" } ] }