Home / File/ settings-dialog.tsx — ui Source File

settings-dialog.tsx — ui Source File

Architecture documentation for settings-dialog.tsx, a tsx file in the ui codebase. 6 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 6 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  b30a1bab_b74a_3e2c_bbf7_ed465db81dbe["settings-dialog.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  b30a1bab_b74a_3e2c_bbf7_ed465db81dbe --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  b30a1bab_b74a_3e2c_bbf7_ed465db81dbe --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  ae52a5f6_67af_c18b_d247_4bcf18ea9837["breadcrumb"]
  b30a1bab_b74a_3e2c_bbf7_ed465db81dbe --> ae52a5f6_67af_c18b_d247_4bcf18ea9837
  aa2f3ec6_f291_3763_88ec_65a3f5ad5939["button"]
  b30a1bab_b74a_3e2c_bbf7_ed465db81dbe --> aa2f3ec6_f291_3763_88ec_65a3f5ad5939
  4dc8bbf9_c114_4bfa_0f89_4ae4ccd0ae1e["dialog"]
  b30a1bab_b74a_3e2c_bbf7_ed465db81dbe --> 4dc8bbf9_c114_4bfa_0f89_4ae4ccd0ae1e
  6ff5c02b_2b25_4633_4ccd_fd28f2f55862["sidebar"]
  b30a1bab_b74a_3e2c_bbf7_ed465db81dbe --> 6ff5c02b_2b25_4633_4ccd_fd28f2f55862
  style b30a1bab_b74a_3e2c_bbf7_ed465db81dbe fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import * as React from "react"
import {
  Bell,
  Check,
  Globe,
  Home,
  Keyboard,
  Link,
  Lock,
  Menu,
  MessageCircle,
  Paintbrush,
  Settings,
  Video,
} from "lucide-react"

import {
  Breadcrumb,
  BreadcrumbItem,
  BreadcrumbLink,
  BreadcrumbList,
  BreadcrumbPage,
  BreadcrumbSeparator,
} from "@/registry/new-york/ui/breadcrumb"
import { Button } from "@/registry/new-york/ui/button"
import {
  Dialog,
  DialogContent,
  DialogDescription,
  DialogTitle,
  DialogTrigger,
} from "@/registry/new-york/ui/dialog"
import {
  Sidebar,
  SidebarContent,
  SidebarGroup,
  SidebarGroupContent,
  SidebarMenu,
  SidebarMenuButton,
  SidebarMenuItem,
  SidebarProvider,
} from "@/registry/new-york/ui/sidebar"

const data = {
  nav: [
    { name: "Notifications", icon: Bell },
    { name: "Navigation", icon: Menu },
    { name: "Home", icon: Home },
    { name: "Appearance", icon: Paintbrush },
    { name: "Messages & media", icon: MessageCircle },
    { name: "Language & region", icon: Globe },
    { name: "Accessibility", icon: Keyboard },
    { name: "Mark as read", icon: Check },
    { name: "Audio & video", icon: Video },
    { name: "Connected accounts", icon: Link },
    { name: "Privacy & visibility", icon: Lock },
    { name: "Advanced", icon: Settings },
  ],
// ... (70 more lines)

Subdomains

Functions

Dependencies

  • breadcrumb
  • button
  • dialog
  • lucide-react
  • react
  • sidebar

Frequently Asked Questions

What does settings-dialog.tsx do?
settings-dialog.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 settings-dialog.tsx?
settings-dialog.tsx defines 1 function(s): SettingsDialog.
What does settings-dialog.tsx depend on?
settings-dialog.tsx imports 6 module(s): breadcrumb, button, dialog, lucide-react, react, sidebar.
Where is settings-dialog.tsx in the architecture?
settings-dialog.tsx is located at deprecated/www/registry/new-york/blocks/sidebar-13/components/settings-dialog.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/blocks/sidebar-13/components).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free