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

sidebar-15.tsx — ui Source File

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

File tsx ComponentRegistry ChartRegistry 9 imports 11 functions

Entity Profile

Dependency Diagram

graph LR
  0da5a590_425d_37de_a914_76838181ad91["sidebar-15.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  0da5a590_425d_37de_a914_76838181ad91 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  0da5a590_425d_37de_a914_76838181ad91 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  9a088841_0fc9_5075_043e_b2a2a1f69fe2["avatar"]
  0da5a590_425d_37de_a914_76838181ad91 --> 9a088841_0fc9_5075_043e_b2a2a1f69fe2
  ae52a5f6_67af_c18b_d247_4bcf18ea9837["breadcrumb"]
  0da5a590_425d_37de_a914_76838181ad91 --> ae52a5f6_67af_c18b_d247_4bcf18ea9837
  5000e233_363d_e409_8b5c_7e80d38646fe["calendar"]
  0da5a590_425d_37de_a914_76838181ad91 --> 5000e233_363d_e409_8b5c_7e80d38646fe
  3569d809_9117_156a_db42_ebbe426ff35a["collapsible"]
  0da5a590_425d_37de_a914_76838181ad91 --> 3569d809_9117_156a_db42_ebbe426ff35a
  194a9418_8170_2169_6f94_b2f555b74f26["dropdown-menu"]
  0da5a590_425d_37de_a914_76838181ad91 --> 194a9418_8170_2169_6f94_b2f555b74f26
  0ef877d6_b768_4222_bd20_50d875ac5e58["separator"]
  0da5a590_425d_37de_a914_76838181ad91 --> 0ef877d6_b768_4222_bd20_50d875ac5e58
  6ff5c02b_2b25_4633_4ccd_fd28f2f55862["sidebar"]
  0da5a590_425d_37de_a914_76838181ad91 --> 6ff5c02b_2b25_4633_4ccd_fd28f2f55862
  style 0da5a590_425d_37de_a914_76838181ad91 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import * as React from "react"
import {
  ArrowUpRight,
  AudioWaveform,
  BadgeCheck,
  Bell,
  Blocks,
  CalendarIcon,
  Check,
  ChevronDown,
  ChevronRight,
  ChevronsUpDown,
  Command,
  CreditCard,
  Home,
  Inbox,
  Link,
  LogOut,
  MessageCircleQuestion,
  MoreHorizontal,
  Plus,
  Search,
  Settings2,
  Sparkles,
  StarOff,
  Trash2,
  type LucideIcon,
} from "lucide-react"

import {
  Avatar,
  AvatarFallback,
  AvatarImage,
} from "@/registry/new-york/ui/avatar"
import {
  Breadcrumb,
  BreadcrumbItem,
  BreadcrumbList,
  BreadcrumbPage,
} from "@/registry/new-york/ui/breadcrumb"
import { Calendar } from "@/registry/new-york/ui/calendar"
import {
  Collapsible,
  CollapsibleContent,
  CollapsibleTrigger,
} from "@/registry/new-york/ui/collapsible"
import {
  DropdownMenu,
  DropdownMenuContent,
  DropdownMenuGroup,
  DropdownMenuItem,
  DropdownMenuLabel,
  DropdownMenuSeparator,
  DropdownMenuShortcut,
  DropdownMenuTrigger,
} from "@/registry/new-york/ui/dropdown-menu"
import { Separator } from "@/registry/new-york/ui/separator"
import {
// ... (763 more lines)

Subdomains

Dependencies

  • avatar
  • breadcrumb
  • calendar
  • collapsible
  • dropdown-menu
  • lucide-react
  • react
  • separator
  • sidebar

Frequently Asked Questions

What does sidebar-15.tsx do?
sidebar-15.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-15.tsx?
sidebar-15.tsx defines 11 function(s): Calendars, DatePicker, NavFavorites, NavMain, NavSecondary, NavUser, NavWorkspaces, Page, SidebarLeft, SidebarRight, and 1 more.
What does sidebar-15.tsx depend on?
sidebar-15.tsx imports 9 module(s): avatar, breadcrumb, calendar, collapsible, dropdown-menu, lucide-react, react, separator, and 1 more.
Where is sidebar-15.tsx in the architecture?
sidebar-15.tsx is located at deprecated/www/registry/new-york/internal/sidebar-15.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