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. 7 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 7 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  59d7d1aa_2089_92c0_729a_40384492fcec["app-sidebar.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  59d7d1aa_2089_92c0_729a_40384492fcec --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  59d7d1aa_2089_92c0_729a_40384492fcec --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  5e0b3220_3cb9_9aa9_ffe6_4d7508b402f4["nav-documents"]
  59d7d1aa_2089_92c0_729a_40384492fcec --> 5e0b3220_3cb9_9aa9_ffe6_4d7508b402f4
  00c78aaf_ef80_c7c2_88b0_4b0e7e686ea0["nav-main"]
  59d7d1aa_2089_92c0_729a_40384492fcec --> 00c78aaf_ef80_c7c2_88b0_4b0e7e686ea0
  b145eb56_2a20_1030_7776_79e9d395e1b6["nav-secondary"]
  59d7d1aa_2089_92c0_729a_40384492fcec --> b145eb56_2a20_1030_7776_79e9d395e1b6
  7aa0c500_a6ce_7209_cfef_bb14cdf34d81["nav-user"]
  59d7d1aa_2089_92c0_729a_40384492fcec --> 7aa0c500_a6ce_7209_cfef_bb14cdf34d81
  6ff5c02b_2b25_4633_4ccd_fd28f2f55862["sidebar"]
  59d7d1aa_2089_92c0_729a_40384492fcec --> 6ff5c02b_2b25_4633_4ccd_fd28f2f55862
  style 59d7d1aa_2089_92c0_729a_40384492fcec fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import * as React from "react"
import {
  ArrowUpCircleIcon,
  BarChartIcon,
  CameraIcon,
  ClipboardListIcon,
  DatabaseIcon,
  FileCodeIcon,
  FileIcon,
  FileTextIcon,
  FolderIcon,
  HelpCircleIcon,
  LayoutDashboardIcon,
  ListIcon,
  SearchIcon,
  SettingsIcon,
  UsersIcon,
} from "lucide-react"

import { NavDocuments } from "@/registry/new-york/blocks/dashboard-01/components/nav-documents"
import { NavMain } from "@/registry/new-york/blocks/dashboard-01/components/nav-main"
import { NavSecondary } from "@/registry/new-york/blocks/dashboard-01/components/nav-secondary"
import { NavUser } from "@/registry/new-york/blocks/dashboard-01/components/nav-user"
import {
  Sidebar,
  SidebarContent,
  SidebarFooter,
  SidebarHeader,
  SidebarMenu,
  SidebarMenuButton,
  SidebarMenuItem,
} from "@/registry/new-york/ui/sidebar"

const data = {
  user: {
    name: "shadcn",
    email: "m@example.com",
    avatar: "/avatars/shadcn.jpg",
  },
  navMain: [
    {
      title: "Dashboard",
      url: "#",
      icon: LayoutDashboardIcon,
    },
    {
      title: "Lifecycle",
      url: "#",
      icon: ListIcon,
    },
    {
      title: "Analytics",
      url: "#",
      icon: BarChartIcon,
    },
    {
      title: "Projects",
      url: "#",
// ... (122 more lines)

Subdomains

Functions

Dependencies

  • lucide-react
  • nav-documents
  • nav-main
  • nav-secondary
  • nav-user
  • react
  • sidebar

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 7 module(s): lucide-react, nav-documents, nav-main, nav-secondary, nav-user, react, sidebar.
Where is app-sidebar.tsx in the architecture?
app-sidebar.tsx is located at deprecated/www/registry/new-york/blocks/dashboard-01/components/app-sidebar.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/blocks/dashboard-01/components).

Analyze Your Own Codebase

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

Try Supermodel Free