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

sidebar-02.tsx — ui Source File

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

File tsx ComponentRegistry ChartRegistry 8 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  9a18e43d_727c_004e_25a6_cc63b168f3c0["sidebar-02.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  9a18e43d_727c_004e_25a6_cc63b168f3c0 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  9a18e43d_727c_004e_25a6_cc63b168f3c0 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  ae52a5f6_67af_c18b_d247_4bcf18ea9837["breadcrumb"]
  9a18e43d_727c_004e_25a6_cc63b168f3c0 --> ae52a5f6_67af_c18b_d247_4bcf18ea9837
  3569d809_9117_156a_db42_ebbe426ff35a["collapsible"]
  9a18e43d_727c_004e_25a6_cc63b168f3c0 --> 3569d809_9117_156a_db42_ebbe426ff35a
  194a9418_8170_2169_6f94_b2f555b74f26["dropdown-menu"]
  9a18e43d_727c_004e_25a6_cc63b168f3c0 --> 194a9418_8170_2169_6f94_b2f555b74f26
  fa665cdb_5f79_b81a_95ab_12ba182fc175["label"]
  9a18e43d_727c_004e_25a6_cc63b168f3c0 --> fa665cdb_5f79_b81a_95ab_12ba182fc175
  0ef877d6_b768_4222_bd20_50d875ac5e58["separator"]
  9a18e43d_727c_004e_25a6_cc63b168f3c0 --> 0ef877d6_b768_4222_bd20_50d875ac5e58
  6ff5c02b_2b25_4633_4ccd_fd28f2f55862["sidebar"]
  9a18e43d_727c_004e_25a6_cc63b168f3c0 --> 6ff5c02b_2b25_4633_4ccd_fd28f2f55862
  style 9a18e43d_727c_004e_25a6_cc63b168f3c0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import * as React from "react"
import {
  Check,
  ChevronRight,
  ChevronsUpDown,
  GalleryVerticalEnd,
  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 {
  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,
  SidebarProvider,
  SidebarRail,
  SidebarTrigger,
} from "@/registry/new-york/ui/sidebar"

export const iframeHeight = "800px"

export const description = "A sidebar with collapsible sections."

// This is sample data.
const data = {
  versions: ["1.0.1", "1.1.0-alpha", "2.0.0-beta1"],
  navMain: [
    {
      title: "Getting Started",
      url: "#",
// ... (264 more lines)

Subdomains

Functions

Dependencies

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

Frequently Asked Questions

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