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
  2270d270_5573_585b_6046_f7cbc3a05f23["settings-dialog.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  2270d270_5573_585b_6046_f7cbc3a05f23 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  2270d270_5573_585b_6046_f7cbc3a05f23 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  07986cfc_fcd6_a023_4225_355f24adb9e8["breadcrumb"]
  2270d270_5573_585b_6046_f7cbc3a05f23 --> 07986cfc_fcd6_a023_4225_355f24adb9e8
  d418ad18_b947_f4e5_6e4c_01100d7a63e4["button"]
  2270d270_5573_585b_6046_f7cbc3a05f23 --> d418ad18_b947_f4e5_6e4c_01100d7a63e4
  885f582a_05b5_deff_0779_e9bfb6fad47b["dialog"]
  2270d270_5573_585b_6046_f7cbc3a05f23 --> 885f582a_05b5_deff_0779_e9bfb6fad47b
  742f06fb_c1e8_243e_1fc4_8b1cf11704c2["sidebar"]
  2270d270_5573_585b_6046_f7cbc3a05f23 --> 742f06fb_c1e8_243e_1fc4_8b1cf11704c2
  style 2270d270_5573_585b_6046_f7cbc3a05f23 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/default/ui/breadcrumb"
import { Button } from "@/registry/default/ui/button"
import {
  Dialog,
  DialogContent,
  DialogDescription,
  DialogTitle,
  DialogTrigger,
} from "@/registry/default/ui/dialog"
import {
  Sidebar,
  SidebarContent,
  SidebarGroup,
  SidebarGroupContent,
  SidebarMenu,
  SidebarMenuButton,
  SidebarMenuItem,
  SidebarProvider,
} from "@/registry/default/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/default/blocks/sidebar-13/components/settings-dialog.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/default/blocks/sidebar-13/components).

Analyze Your Own Codebase

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

Try Supermodel Free