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

dashboard-01.tsx — ui Source File

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

File tsx ComponentRegistry ChartRegistry 10 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  e6b0306b_25a3_635e_dfc9_45febe43bd3d["dashboard-01.tsx"]
  ba3d44f3_7b34_f9cc_6283_44817785c0df["link"]
  e6b0306b_25a3_635e_dfc9_45febe43bd3d --> ba3d44f3_7b34_f9cc_6283_44817785c0df
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  e6b0306b_25a3_635e_dfc9_45febe43bd3d --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  9a088841_0fc9_5075_043e_b2a2a1f69fe2["avatar"]
  e6b0306b_25a3_635e_dfc9_45febe43bd3d --> 9a088841_0fc9_5075_043e_b2a2a1f69fe2
  d1f6969b_47e1_9226_0001_415be23d60e0["badge"]
  e6b0306b_25a3_635e_dfc9_45febe43bd3d --> d1f6969b_47e1_9226_0001_415be23d60e0
  aa2f3ec6_f291_3763_88ec_65a3f5ad5939["button"]
  e6b0306b_25a3_635e_dfc9_45febe43bd3d --> aa2f3ec6_f291_3763_88ec_65a3f5ad5939
  95a7752f_4b97_5bde_5d7d_fca03536ac35["card"]
  e6b0306b_25a3_635e_dfc9_45febe43bd3d --> 95a7752f_4b97_5bde_5d7d_fca03536ac35
  194a9418_8170_2169_6f94_b2f555b74f26["dropdown-menu"]
  e6b0306b_25a3_635e_dfc9_45febe43bd3d --> 194a9418_8170_2169_6f94_b2f555b74f26
  2de1d0e1_ab37_e1b0_4ef3_da8c8fa66107["input"]
  e6b0306b_25a3_635e_dfc9_45febe43bd3d --> 2de1d0e1_ab37_e1b0_4ef3_da8c8fa66107
  80ae0a6d_36b4_7c16_76aa_95005b3b164f["sheet"]
  e6b0306b_25a3_635e_dfc9_45febe43bd3d --> 80ae0a6d_36b4_7c16_76aa_95005b3b164f
  75f117f1_1566_774d_1371_84923ec7a945["table"]
  e6b0306b_25a3_635e_dfc9_45febe43bd3d --> 75f117f1_1566_774d_1371_84923ec7a945
  style e6b0306b_25a3_635e_dfc9_45febe43bd3d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import Link from "next/link"
import {
  Activity,
  ArrowUpRight,
  CircleUser,
  CreditCard,
  DollarSign,
  Menu,
  Package2,
  Search,
  Users,
} from "lucide-react"

import {
  Avatar,
  AvatarFallback,
  AvatarImage,
} from "@/registry/new-york/ui/avatar"
import { Badge } from "@/registry/new-york/ui/badge"
import { Button } from "@/registry/new-york/ui/button"
import {
  Card,
  CardContent,
  CardDescription,
  CardHeader,
  CardTitle,
} from "@/registry/new-york/ui/card"
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"
import {
  Table,
  TableBody,
  TableCell,
  TableHead,
  TableHeader,
  TableRow,
} from "@/registry/new-york/ui/table"

export const description =
  "An application shell with a header and main content area. The header has a navbar, a search input and and a user nav dropdown. The user nav is toggled by a button with an avatar image. The main content area is divided into two rows. The first row has a grid of cards with statistics. The second row has a grid of cards with a table of recent transactions and a list of recent sales."

export const iframeHeight = "730px"

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="#"
// ... (399 more lines)

Subdomains

Functions

Dependencies

  • avatar
  • badge
  • button
  • card
  • dropdown-menu
  • input
  • link
  • lucide-react
  • sheet
  • table

Frequently Asked Questions

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