sidebar-03.tsx — ui Source File
Architecture documentation for sidebar-03.tsx, a tsx file in the ui codebase. 7 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR d1691246_e6c7_d668_32da_836bbe8e442c["sidebar-03.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] d1691246_e6c7_d668_32da_836bbe8e442c --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] d1691246_e6c7_d668_32da_836bbe8e442c --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 ae52a5f6_67af_c18b_d247_4bcf18ea9837["breadcrumb"] d1691246_e6c7_d668_32da_836bbe8e442c --> ae52a5f6_67af_c18b_d247_4bcf18ea9837 194a9418_8170_2169_6f94_b2f555b74f26["dropdown-menu"] d1691246_e6c7_d668_32da_836bbe8e442c --> 194a9418_8170_2169_6f94_b2f555b74f26 fa665cdb_5f79_b81a_95ab_12ba182fc175["label"] d1691246_e6c7_d668_32da_836bbe8e442c --> fa665cdb_5f79_b81a_95ab_12ba182fc175 0ef877d6_b768_4222_bd20_50d875ac5e58["separator"] d1691246_e6c7_d668_32da_836bbe8e442c --> 0ef877d6_b768_4222_bd20_50d875ac5e58 6ff5c02b_2b25_4633_4ccd_fd28f2f55862["sidebar"] d1691246_e6c7_d668_32da_836bbe8e442c --> 6ff5c02b_2b25_4633_4ccd_fd28f2f55862 style d1691246_e6c7_d668_32da_836bbe8e442c 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/new-york/ui/breadcrumb"
import {
DropdownMenu,
DropdownMenuContent,
DropdownMenuItem,
DropdownMenuTrigger,
} from "@/registry/new-york/ui/dropdown-menu"
import { Label } from "@/registry/new-york/ui/label"
import { Separator } from "@/registry/new-york/ui/separator"
import {
Sidebar,
SidebarContent,
SidebarGroup,
SidebarGroupContent,
SidebarGroupLabel,
SidebarHeader,
SidebarInput,
SidebarInset,
SidebarMenu,
SidebarMenuButton,
SidebarMenuItem,
SidebarMenuSub,
SidebarMenuSubButton,
SidebarMenuSubItem,
SidebarProvider,
SidebarRail,
SidebarTrigger,
} from "@/registry/new-york/ui/sidebar"
export const iframeHeight = "800px"
export const description = "A sidebar with nested navigation."
// This is sample data.
const data = {
navMain: [
{
title: "Getting Started",
url: "#",
items: [
{
title: "Installation",
url: "#",
},
{
title: "Project Structure",
url: "#",
},
// ... (211 more lines)
Domain
Subdomains
Functions
Dependencies
- breadcrumb
- dropdown-menu
- label
- lucide-react
- react
- separator
- sidebar
Source
Frequently Asked Questions
What does sidebar-03.tsx do?
sidebar-03.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-03.tsx?
sidebar-03.tsx defines 1 function(s): Component.
What does sidebar-03.tsx depend on?
sidebar-03.tsx imports 7 module(s): breadcrumb, dropdown-menu, label, lucide-react, react, separator, sidebar.
Where is sidebar-03.tsx in the architecture?
sidebar-03.tsx is located at deprecated/www/registry/new-york/internal/sidebar-03.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/internal).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free