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

sidebar-03.tsx — ui Source File

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

File tsx ComponentRegistry ChartRegistry 7 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  70e2cc0e_6ca0_18b6_e4f0_954d18756e37["sidebar-03.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  70e2cc0e_6ca0_18b6_e4f0_954d18756e37 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  70e2cc0e_6ca0_18b6_e4f0_954d18756e37 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  07986cfc_fcd6_a023_4225_355f24adb9e8["breadcrumb"]
  70e2cc0e_6ca0_18b6_e4f0_954d18756e37 --> 07986cfc_fcd6_a023_4225_355f24adb9e8
  f16f43cb_04fd_5f33_2140_7eafce119350["dropdown-menu"]
  70e2cc0e_6ca0_18b6_e4f0_954d18756e37 --> f16f43cb_04fd_5f33_2140_7eafce119350
  f826d306_7d63_5ba3_6a53_387904d37a9f["label"]
  70e2cc0e_6ca0_18b6_e4f0_954d18756e37 --> f826d306_7d63_5ba3_6a53_387904d37a9f
  f62242a3_a602_4828_25a4_56635bc469ef["separator"]
  70e2cc0e_6ca0_18b6_e4f0_954d18756e37 --> f62242a3_a602_4828_25a4_56635bc469ef
  742f06fb_c1e8_243e_1fc4_8b1cf11704c2["sidebar"]
  70e2cc0e_6ca0_18b6_e4f0_954d18756e37 --> 742f06fb_c1e8_243e_1fc4_8b1cf11704c2
  style 70e2cc0e_6ca0_18b6_e4f0_954d18756e37 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,
  SidebarMenuSub,
  SidebarMenuSubButton,
  SidebarMenuSubItem,
  SidebarProvider,
  SidebarRail,
  SidebarTrigger,
} from "@/registry/default/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)

Subdomains

Functions

Dependencies

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

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/default/internal/sidebar-03.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