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

sidebar-01.tsx — ui Source File

Architecture documentation for sidebar-01.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
  01c36999_0678_75bd_8f26_4b6a07f2a80b["sidebar-01.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  01c36999_0678_75bd_8f26_4b6a07f2a80b --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  01c36999_0678_75bd_8f26_4b6a07f2a80b --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  ae52a5f6_67af_c18b_d247_4bcf18ea9837["breadcrumb"]
  01c36999_0678_75bd_8f26_4b6a07f2a80b --> ae52a5f6_67af_c18b_d247_4bcf18ea9837
  194a9418_8170_2169_6f94_b2f555b74f26["dropdown-menu"]
  01c36999_0678_75bd_8f26_4b6a07f2a80b --> 194a9418_8170_2169_6f94_b2f555b74f26
  fa665cdb_5f79_b81a_95ab_12ba182fc175["label"]
  01c36999_0678_75bd_8f26_4b6a07f2a80b --> fa665cdb_5f79_b81a_95ab_12ba182fc175
  0ef877d6_b768_4222_bd20_50d875ac5e58["separator"]
  01c36999_0678_75bd_8f26_4b6a07f2a80b --> 0ef877d6_b768_4222_bd20_50d875ac5e58
  6ff5c02b_2b25_4633_4ccd_fd28f2f55862["sidebar"]
  01c36999_0678_75bd_8f26_4b6a07f2a80b --> 6ff5c02b_2b25_4633_4ccd_fd28f2f55862
  style 01c36999_0678_75bd_8f26_4b6a07f2a80b 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,
  SidebarProvider,
  SidebarRail,
  SidebarTrigger,
} from "@/registry/new-york/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)

Subdomains

Functions

Dependencies

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

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/new-york/internal/sidebar-01.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