Home / File/ dashboard-04.tsx — ui Source File

dashboard-04.tsx — ui Source File

Architecture documentation for dashboard-04.tsx, a tsx file in the ui codebase. 8 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 8 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  7bebaeca_7e14_929f_5ce6_ce86968a1f73["dashboard-04.tsx"]
  ba3d44f3_7b34_f9cc_6283_44817785c0df["link"]
  7bebaeca_7e14_929f_5ce6_ce86968a1f73 --> ba3d44f3_7b34_f9cc_6283_44817785c0df
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  7bebaeca_7e14_929f_5ce6_ce86968a1f73 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  aa2f3ec6_f291_3763_88ec_65a3f5ad5939["button"]
  7bebaeca_7e14_929f_5ce6_ce86968a1f73 --> aa2f3ec6_f291_3763_88ec_65a3f5ad5939
  95a7752f_4b97_5bde_5d7d_fca03536ac35["card"]
  7bebaeca_7e14_929f_5ce6_ce86968a1f73 --> 95a7752f_4b97_5bde_5d7d_fca03536ac35
  fe882581_4266_6b26_b40f_462b3a19ebd0["checkbox"]
  7bebaeca_7e14_929f_5ce6_ce86968a1f73 --> fe882581_4266_6b26_b40f_462b3a19ebd0
  194a9418_8170_2169_6f94_b2f555b74f26["dropdown-menu"]
  7bebaeca_7e14_929f_5ce6_ce86968a1f73 --> 194a9418_8170_2169_6f94_b2f555b74f26
  2de1d0e1_ab37_e1b0_4ef3_da8c8fa66107["input"]
  7bebaeca_7e14_929f_5ce6_ce86968a1f73 --> 2de1d0e1_ab37_e1b0_4ef3_da8c8fa66107
  80ae0a6d_36b4_7c16_76aa_95005b3b164f["sheet"]
  7bebaeca_7e14_929f_5ce6_ce86968a1f73 --> 80ae0a6d_36b4_7c16_76aa_95005b3b164f
  style 7bebaeca_7e14_929f_5ce6_ce86968a1f73 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import Link from "next/link"
import { CircleUser, Menu, Package2, Search } from "lucide-react"

import { Button } from "@/registry/new-york/ui/button"
import {
  Card,
  CardContent,
  CardDescription,
  CardFooter,
  CardHeader,
  CardTitle,
} from "@/registry/new-york/ui/card"
import { Checkbox } from "@/registry/new-york/ui/checkbox"
import {
  DropdownMenu,
  DropdownMenuContent,
  DropdownMenuItem,
  DropdownMenuLabel,
  DropdownMenuSeparator,
  DropdownMenuTrigger,
} from "@/registry/new-york/ui/dropdown-menu"
import { Input } from "@/registry/new-york/ui/input"
import { Sheet, SheetContent, SheetTrigger } from "@/registry/new-york/ui/sheet"

export const description =
  "A settings page. The settings page has a sidebar navigation and a main content area. The main content area has a form to update the store name and a form to update the plugins directory. The sidebar navigation has links to general, security, integrations, support, organizations, and advanced settings."

export const iframeHeight = "780px"

export const containerClassName = "w-full h-full"

export default function Dashboard() {
  return (
    <div className="flex min-h-screen w-full flex-col">
      <header className="sticky top-0 flex h-16 items-center gap-4 border-b bg-background px-4 md:px-6">
        <nav className="hidden flex-col gap-6 text-lg font-medium md:flex md:flex-row md:items-center md:gap-5 md:text-sm lg:gap-6">
          <Link
            href="#"
            className="flex items-center gap-2 text-lg font-semibold md:text-base"
          >
            <Package2 className="h-6 w-6" />
            <span className="sr-only">Acme Inc</span>
          </Link>
          <Link
            href="#"
            className="text-muted-foreground transition-colors hover:text-foreground"
          >
            Dashboard
          </Link>
          <Link
            href="#"
            className="text-muted-foreground transition-colors hover:text-foreground"
          >
            Orders
          </Link>
          <Link
            href="#"
            className="text-muted-foreground transition-colors hover:text-foreground"
          >
            Products
// ... (165 more lines)

Subdomains

Functions

Dependencies

  • button
  • card
  • checkbox
  • dropdown-menu
  • input
  • link
  • lucide-react
  • sheet

Frequently Asked Questions

What does dashboard-04.tsx do?
dashboard-04.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 dashboard-04.tsx?
dashboard-04.tsx defines 1 function(s): Dashboard.
What does dashboard-04.tsx depend on?
dashboard-04.tsx imports 8 module(s): button, card, checkbox, dropdown-menu, input, link, lucide-react, sheet.
Where is dashboard-04.tsx in the architecture?
dashboard-04.tsx is located at deprecated/www/registry/new-york/internal/dashboard-04.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