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

app-sidebar.tsx — ui Source File

Architecture documentation for app-sidebar.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
  bf4f0014_730c_de5f_5f5d_04a0a9fefc0d["app-sidebar.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  bf4f0014_730c_de5f_5f5d_04a0a9fefc0d --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  bf4f0014_730c_de5f_5f5d_04a0a9fefc0d --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  77d04c6b_713a_9562_177b_d01349bf2ae6["search-form"]
  bf4f0014_730c_de5f_5f5d_04a0a9fefc0d --> 77d04c6b_713a_9562_177b_d01349bf2ae6
  aed12065_9c4a_4c00_e8d6_051a91b83ac4["version-switcher"]
  bf4f0014_730c_de5f_5f5d_04a0a9fefc0d --> aed12065_9c4a_4c00_e8d6_051a91b83ac4
  3569d809_9117_156a_db42_ebbe426ff35a["collapsible"]
  bf4f0014_730c_de5f_5f5d_04a0a9fefc0d --> 3569d809_9117_156a_db42_ebbe426ff35a
  6ff5c02b_2b25_4633_4ccd_fd28f2f55862["sidebar"]
  bf4f0014_730c_de5f_5f5d_04a0a9fefc0d --> 6ff5c02b_2b25_4633_4ccd_fd28f2f55862
  style bf4f0014_730c_de5f_5f5d_04a0a9fefc0d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import * as React from "react"
import { ChevronRight } from "lucide-react"

import { SearchForm } from "@/registry/new-york/blocks/sidebar-02/components/search-form"
import { VersionSwitcher } from "@/registry/new-york/blocks/sidebar-02/components/version-switcher"
import {
  Collapsible,
  CollapsibleContent,
  CollapsibleTrigger,
} from "@/registry/new-york/ui/collapsible"
import {
  Sidebar,
  SidebarContent,
  SidebarGroup,
  SidebarGroupContent,
  SidebarGroupLabel,
  SidebarHeader,
  SidebarMenu,
  SidebarMenuButton,
  SidebarMenuItem,
  SidebarRail,
} from "@/registry/new-york/ui/sidebar"

// This is sample data.
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: "#",
        },
      ],
    },
    {
      title: "Building Your Application",
      url: "#",
      items: [
        {
          title: "Routing",
          url: "#",
        },
        {
          title: "Data Fetching",
          url: "#",
          isActive: true,
        },
        {
          title: "Rendering",
          url: "#",
        },
        {
          title: "Caching",
// ... (156 more lines)

Subdomains

Functions

Dependencies

  • collapsible
  • lucide-react
  • react
  • search-form
  • sidebar
  • version-switcher

Frequently Asked Questions

What does app-sidebar.tsx do?
app-sidebar.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 app-sidebar.tsx?
app-sidebar.tsx defines 1 function(s): AppSidebar.
What does app-sidebar.tsx depend on?
app-sidebar.tsx imports 6 module(s): collapsible, lucide-react, react, search-form, sidebar, version-switcher.
Where is app-sidebar.tsx in the architecture?
app-sidebar.tsx is located at deprecated/www/registry/new-york/blocks/sidebar-02/components/app-sidebar.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/blocks/sidebar-02/components).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free