sidebar-demo.tsx — ui Source File
Architecture documentation for sidebar-demo.tsx, a tsx file in the ui codebase. 6 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 880ba83f_f29c_5fcf_b327_acb181f57fda["sidebar-demo.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] 880ba83f_f29c_5fcf_b327_acb181f57fda --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 00c9789a_2f63_b98d_c90d_4d6abf3582ce["avatar"] 880ba83f_f29c_5fcf_b327_acb181f57fda --> 00c9789a_2f63_b98d_c90d_4d6abf3582ce 417187a3_6b4e_cd5b_e25b_ce9be0702a81["collapsible"] 880ba83f_f29c_5fcf_b327_acb181f57fda --> 417187a3_6b4e_cd5b_e25b_ce9be0702a81 c4ec47ed_7434_868c_4320_f03b26dfd4e8["dropdown-menu"] 880ba83f_f29c_5fcf_b327_acb181f57fda --> c4ec47ed_7434_868c_4320_f03b26dfd4e8 ae980154_1718_a5bc_ef81_3a801fffff75["sidebar"] 880ba83f_f29c_5fcf_b327_acb181f57fda --> ae980154_1718_a5bc_ef81_3a801fffff75 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 880ba83f_f29c_5fcf_b327_acb181f57fda --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 style 880ba83f_f29c_5fcf_b327_acb181f57fda fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import * as React from "react"
import { Avatar, AvatarFallback, AvatarImage } from "@/examples/base/ui/avatar"
import {
Collapsible,
CollapsibleContent,
CollapsibleTrigger,
} from "@/examples/base/ui/collapsible"
import {
DropdownMenu,
DropdownMenuContent,
DropdownMenuGroup,
DropdownMenuItem,
DropdownMenuLabel,
DropdownMenuSeparator,
DropdownMenuShortcut,
DropdownMenuTrigger,
} from "@/examples/base/ui/dropdown-menu"
import {
Sidebar,
SidebarContent,
SidebarFooter,
SidebarGroup,
SidebarGroupLabel,
SidebarHeader,
SidebarInset,
SidebarMenu,
SidebarMenuAction,
SidebarMenuButton,
SidebarMenuItem,
SidebarMenuSub,
SidebarMenuSubButton,
SidebarMenuSubItem,
SidebarProvider,
SidebarRail,
SidebarTrigger,
useSidebar,
} from "@/examples/base/ui/sidebar"
import {
AudioWaveform,
BadgeCheck,
Bell,
BookOpen,
Bot,
ChevronRight,
ChevronsUpDown,
Command,
CreditCard,
Folder,
Forward,
Frame,
GalleryVerticalEnd,
LogOut,
Map,
MoreHorizontal,
PieChart,
Plus,
Settings2,
Sparkles,
// ... (445 more lines)
Domain
Subdomains
Dependencies
- avatar
- collapsible
- dropdown-menu
- lucide-react
- react
- sidebar
Source
Frequently Asked Questions
What does sidebar-demo.tsx do?
sidebar-demo.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, ContentSourcing subdomain.
What functions are defined in sidebar-demo.tsx?
sidebar-demo.tsx defines 5 function(s): AppSidebar, NavMain, NavProjects, NavUser, TeamSwitcher.
What does sidebar-demo.tsx depend on?
sidebar-demo.tsx imports 6 module(s): avatar, collapsible, dropdown-menu, lucide-react, react, sidebar.
Where is sidebar-demo.tsx in the architecture?
sidebar-demo.tsx is located at apps/v4/examples/base/sidebar-demo.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, directory: apps/v4/examples/base).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free