app-sidebar.tsx — ui Source File
Architecture documentation for app-sidebar.tsx, a tsx file in the ui codebase. 4 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR f5ffb46a_b6af_bffc_7250_4fab7e2176b3["app-sidebar.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] f5ffb46a_b6af_bffc_7250_4fab7e2176b3 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 fdd78ca7_2e89_d53c_d47b_7241be7b60fc["search-form"] f5ffb46a_b6af_bffc_7250_4fab7e2176b3 --> fdd78ca7_2e89_d53c_d47b_7241be7b60fc 7e8ed215_f253_b47a_443a_6905f49e9b4b["version-switcher"] f5ffb46a_b6af_bffc_7250_4fab7e2176b3 --> 7e8ed215_f253_b47a_443a_6905f49e9b4b 12632a83_ef01_5f03_4110_ed33d49893b7["sidebar"] f5ffb46a_b6af_bffc_7250_4fab7e2176b3 --> 12632a83_ef01_5f03_4110_ed33d49893b7 style f5ffb46a_b6af_bffc_7250_4fab7e2176b3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import * as React from "react"
import { SearchForm } from "@/registry/new-york-v4/blocks/sidebar-01/components/search-form"
import { VersionSwitcher } from "@/registry/new-york-v4/blocks/sidebar-01/components/version-switcher"
import {
Sidebar,
SidebarContent,
SidebarGroup,
SidebarGroupContent,
SidebarGroupLabel,
SidebarHeader,
SidebarMenu,
SidebarMenuButton,
SidebarMenuItem,
SidebarRail,
} from "@/registry/new-york-v4/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: "Build Your Application",
url: "#",
items: [
{
title: "Routing",
url: "#",
},
{
title: "Data Fetching",
url: "#",
isActive: true,
},
{
title: "Rendering",
url: "#",
},
{
title: "Caching",
url: "#",
},
{
title: "Styling",
url: "#",
},
// ... (123 more lines)
Domain
Subdomains
Functions
Dependencies
- react
- search-form
- sidebar
- version-switcher
Source
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 4 module(s): react, search-form, sidebar, version-switcher.
Where is app-sidebar.tsx in the architecture?
app-sidebar.tsx is located at apps/v4/registry/new-york-v4/blocks/sidebar-01/components/app-sidebar.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/blocks/sidebar-01/components).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free