sidebar-01.tsx — ui Source File
Architecture documentation for sidebar-01.tsx, a tsx file in the ui codebase. 7 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 93671600_3fab_fcbc_674d_894ec0a63047["sidebar-01.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] 93671600_3fab_fcbc_674d_894ec0a63047 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 93671600_3fab_fcbc_674d_894ec0a63047 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 07986cfc_fcd6_a023_4225_355f24adb9e8["breadcrumb"] 93671600_3fab_fcbc_674d_894ec0a63047 --> 07986cfc_fcd6_a023_4225_355f24adb9e8 f16f43cb_04fd_5f33_2140_7eafce119350["dropdown-menu"] 93671600_3fab_fcbc_674d_894ec0a63047 --> f16f43cb_04fd_5f33_2140_7eafce119350 f826d306_7d63_5ba3_6a53_387904d37a9f["label"] 93671600_3fab_fcbc_674d_894ec0a63047 --> f826d306_7d63_5ba3_6a53_387904d37a9f f62242a3_a602_4828_25a4_56635bc469ef["separator"] 93671600_3fab_fcbc_674d_894ec0a63047 --> f62242a3_a602_4828_25a4_56635bc469ef 742f06fb_c1e8_243e_1fc4_8b1cf11704c2["sidebar"] 93671600_3fab_fcbc_674d_894ec0a63047 --> 742f06fb_c1e8_243e_1fc4_8b1cf11704c2 style 93671600_3fab_fcbc_674d_894ec0a63047 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import * as React from "react"
import { Check, ChevronsUpDown, GalleryVerticalEnd, Search } from "lucide-react"
import {
Breadcrumb,
BreadcrumbItem,
BreadcrumbLink,
BreadcrumbList,
BreadcrumbPage,
BreadcrumbSeparator,
} from "@/registry/default/ui/breadcrumb"
import {
DropdownMenu,
DropdownMenuContent,
DropdownMenuItem,
DropdownMenuTrigger,
} from "@/registry/default/ui/dropdown-menu"
import { Label } from "@/registry/default/ui/label"
import { Separator } from "@/registry/default/ui/separator"
import {
Sidebar,
SidebarContent,
SidebarGroup,
SidebarGroupContent,
SidebarGroupLabel,
SidebarHeader,
SidebarInput,
SidebarInset,
SidebarMenu,
SidebarMenuButton,
SidebarMenuItem,
SidebarProvider,
SidebarRail,
SidebarTrigger,
} from "@/registry/default/ui/sidebar"
export const iframeHeight = "800px"
export const description =
"A simple sidebar with navigation grouped by section."
const data = {
versions: ["1.0.1", "1.1.0-alpha", "2.0.0-beta1"],
navMain: [
{
title: "Getting Started",
url: "#",
items: [
{
title: "Installation",
url: "#",
},
{
title: "Project Structure",
url: "#",
},
],
},
// ... (226 more lines)
Domain
Subdomains
Functions
Dependencies
- breadcrumb
- dropdown-menu
- label
- lucide-react
- react
- separator
- sidebar
Source
Frequently Asked Questions
What does sidebar-01.tsx do?
sidebar-01.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in sidebar-01.tsx?
sidebar-01.tsx defines 1 function(s): Component.
What does sidebar-01.tsx depend on?
sidebar-01.tsx imports 7 module(s): breadcrumb, dropdown-menu, label, lucide-react, react, separator, sidebar.
Where is sidebar-01.tsx in the architecture?
sidebar-01.tsx is located at deprecated/www/registry/default/internal/sidebar-01.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/default/internal).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free