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

dashboard-03.tsx — ui Source File

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

File tsx ComponentRegistry ChartRegistry 9 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  d78a1d0d_b903_a158_0cbd_441fb9fac67b["dashboard-03.tsx"]
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  d78a1d0d_b903_a158_0cbd_441fb9fac67b --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  d1f6969b_47e1_9226_0001_415be23d60e0["badge"]
  d78a1d0d_b903_a158_0cbd_441fb9fac67b --> d1f6969b_47e1_9226_0001_415be23d60e0
  aa2f3ec6_f291_3763_88ec_65a3f5ad5939["button"]
  d78a1d0d_b903_a158_0cbd_441fb9fac67b --> aa2f3ec6_f291_3763_88ec_65a3f5ad5939
  79b170ee_6170_9271_c7a0_b5527f29a7e1["drawer"]
  d78a1d0d_b903_a158_0cbd_441fb9fac67b --> 79b170ee_6170_9271_c7a0_b5527f29a7e1
  2de1d0e1_ab37_e1b0_4ef3_da8c8fa66107["input"]
  d78a1d0d_b903_a158_0cbd_441fb9fac67b --> 2de1d0e1_ab37_e1b0_4ef3_da8c8fa66107
  fa665cdb_5f79_b81a_95ab_12ba182fc175["label"]
  d78a1d0d_b903_a158_0cbd_441fb9fac67b --> fa665cdb_5f79_b81a_95ab_12ba182fc175
  d493776b_8734_5d8d_382d_0f77f309a72b["select"]
  d78a1d0d_b903_a158_0cbd_441fb9fac67b --> d493776b_8734_5d8d_382d_0f77f309a72b
  11676f4c_1cc5_0c74_a596_96328025a3d7["textarea"]
  d78a1d0d_b903_a158_0cbd_441fb9fac67b --> 11676f4c_1cc5_0c74_a596_96328025a3d7
  4ad968a1_2bd7_248c_f5ed_f80d5b5f7417["tooltip"]
  d78a1d0d_b903_a158_0cbd_441fb9fac67b --> 4ad968a1_2bd7_248c_f5ed_f80d5b5f7417
  style d78a1d0d_b903_a158_0cbd_441fb9fac67b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import {
  Bird,
  Book,
  Bot,
  Code2,
  CornerDownLeft,
  LifeBuoy,
  Mic,
  Paperclip,
  Rabbit,
  Settings,
  Settings2,
  Share,
  SquareTerminal,
  SquareUser,
  Triangle,
  Turtle,
} from "lucide-react"

import { Badge } from "@/registry/new-york/ui/badge"
import { Button } from "@/registry/new-york/ui/button"
import {
  Drawer,
  DrawerContent,
  DrawerDescription,
  DrawerHeader,
  DrawerTitle,
  DrawerTrigger,
} from "@/registry/new-york/ui/drawer"
import { Input } from "@/registry/new-york/ui/input"
import { Label } from "@/registry/new-york/ui/label"
import {
  Select,
  SelectContent,
  SelectItem,
  SelectTrigger,
  SelectValue,
} from "@/registry/new-york/ui/select"
import { Textarea } from "@/registry/new-york/ui/textarea"
import {
  Tooltip,
  TooltipContent,
  TooltipTrigger,
} from "@/registry/new-york/ui/tooltip"

export const description =
  "An AI playground with a sidebar navigation and a main content area. The playground has a header with a settings drawer and a share button. The sidebar has navigation links and a user menu. The main content area shows a form to configure the model and messages."

export const iframeHeight = "720px"

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

export default function Dashboard() {
  return (
    <div className="grid h-screen w-full pl-[53px]">
      <aside className="inset-y fixed  left-0 z-20 flex h-full flex-col border-r">
        <div className="border-b p-2">
          <Button variant="outline" size="icon" aria-label="Home">
            <Triangle className="size-5 fill-foreground" />
          </Button>
// ... (405 more lines)

Subdomains

Functions

Dependencies

  • badge
  • button
  • drawer
  • input
  • label
  • lucide-react
  • select
  • textarea
  • tooltip

Frequently Asked Questions

What does dashboard-03.tsx do?
dashboard-03.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-03.tsx?
dashboard-03.tsx defines 1 function(s): Dashboard.
What does dashboard-03.tsx depend on?
dashboard-03.tsx imports 9 module(s): badge, button, drawer, input, label, lucide-react, select, textarea, and 1 more.
Where is dashboard-03.tsx in the architecture?
dashboard-03.tsx is located at deprecated/www/registry/new-york/internal/dashboard-03.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