Home / File/ sidebar-05.tsx — ui Source File

sidebar-05.tsx — ui Source File

Architecture documentation for sidebar-05.tsx, a tsx file in the ui codebase. 6 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 6 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  2b91c086_8628_d321_1332_e07e3c07573d["sidebar-05.tsx"]
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  2b91c086_8628_d321_1332_e07e3c07573d --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  ae52a5f6_67af_c18b_d247_4bcf18ea9837["breadcrumb"]
  2b91c086_8628_d321_1332_e07e3c07573d --> ae52a5f6_67af_c18b_d247_4bcf18ea9837
  3569d809_9117_156a_db42_ebbe426ff35a["collapsible"]
  2b91c086_8628_d321_1332_e07e3c07573d --> 3569d809_9117_156a_db42_ebbe426ff35a
  fa665cdb_5f79_b81a_95ab_12ba182fc175["label"]
  2b91c086_8628_d321_1332_e07e3c07573d --> fa665cdb_5f79_b81a_95ab_12ba182fc175
  0ef877d6_b768_4222_bd20_50d875ac5e58["separator"]
  2b91c086_8628_d321_1332_e07e3c07573d --> 0ef877d6_b768_4222_bd20_50d875ac5e58
  6ff5c02b_2b25_4633_4ccd_fd28f2f55862["sidebar"]
  2b91c086_8628_d321_1332_e07e3c07573d --> 6ff5c02b_2b25_4633_4ccd_fd28f2f55862
  style 2b91c086_8628_d321_1332_e07e3c07573d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { GalleryVerticalEnd, Minus, Plus, Search } from "lucide-react"

import {
  Breadcrumb,
  BreadcrumbItem,
  BreadcrumbLink,
  BreadcrumbList,
  BreadcrumbPage,
  BreadcrumbSeparator,
} from "@/registry/new-york/ui/breadcrumb"
import {
  Collapsible,
  CollapsibleContent,
  CollapsibleTrigger,
} from "@/registry/new-york/ui/collapsible"
import { Label } from "@/registry/new-york/ui/label"
import { Separator } from "@/registry/new-york/ui/separator"
import {
  Sidebar,
  SidebarContent,
  SidebarGroup,
  SidebarGroupContent,
  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 collapsible submenus."

// This is sample data.
const data = {
  navMain: [
    {
      title: "Getting Started",
      url: "#",
      items: [
        {
          title: "Installation",
          url: "#",
        },
        {
          title: "Project Structure",
          url: "#",
        },
      ],
    },
    {
      title: "Building Your Application",
      url: "#",
// ... (229 more lines)

Subdomains

Functions

Dependencies

  • breadcrumb
  • collapsible
  • label
  • lucide-react
  • separator
  • sidebar

Frequently Asked Questions

What does sidebar-05.tsx do?
sidebar-05.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-05.tsx?
sidebar-05.tsx defines 1 function(s): Component.
What does sidebar-05.tsx depend on?
sidebar-05.tsx imports 6 module(s): breadcrumb, collapsible, label, lucide-react, separator, sidebar.
Where is sidebar-05.tsx in the architecture?
sidebar-05.tsx is located at deprecated/www/registry/new-york/internal/sidebar-05.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