settings-dialog.tsx — ui Source File
Architecture documentation for settings-dialog.tsx, a tsx file in the ui codebase. 6 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR ea223bd7_4aa7_15ca_c6aa_0d53dc1a4946["settings-dialog.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] ea223bd7_4aa7_15ca_c6aa_0d53dc1a4946 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 23815ff6_dea8_347d_8a17_d530b1631a0b["breadcrumb"] ea223bd7_4aa7_15ca_c6aa_0d53dc1a4946 --> 23815ff6_dea8_347d_8a17_d530b1631a0b 7328fa0a_98b6_fe77_42fd_0d1582b24604["button"] ea223bd7_4aa7_15ca_c6aa_0d53dc1a4946 --> 7328fa0a_98b6_fe77_42fd_0d1582b24604 bf79f9bb_684a_daf2_047f_c53b74f509e8["dialog"] ea223bd7_4aa7_15ca_c6aa_0d53dc1a4946 --> bf79f9bb_684a_daf2_047f_c53b74f509e8 f1a5091e_9f4f_a457_6394_4e05eb42bbf1["sidebar"] ea223bd7_4aa7_15ca_c6aa_0d53dc1a4946 --> f1a5091e_9f4f_a457_6394_4e05eb42bbf1 de6fac54_74ca_6c25_8f8b_d1ba3287dbf2["icon-placeholder"] ea223bd7_4aa7_15ca_c6aa_0d53dc1a4946 --> de6fac54_74ca_6c25_8f8b_d1ba3287dbf2 style ea223bd7_4aa7_15ca_c6aa_0d53dc1a4946 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import * as React from "react"
import {
Breadcrumb,
BreadcrumbItem,
BreadcrumbLink,
BreadcrumbList,
BreadcrumbPage,
BreadcrumbSeparator,
} from "@/registry/bases/base/ui/breadcrumb"
import { Button } from "@/registry/bases/base/ui/button"
import {
Dialog,
DialogContent,
DialogDescription,
DialogTitle,
DialogTrigger,
} from "@/registry/bases/base/ui/dialog"
import {
Sidebar,
SidebarContent,
SidebarGroup,
SidebarGroupContent,
SidebarMenu,
SidebarMenuButton,
SidebarMenuItem,
SidebarProvider,
} from "@/registry/bases/base/ui/sidebar"
import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder"
const data = {
nav: [
{
name: "Notifications",
icon: (
<IconPlaceholder
lucide="BellIcon"
tabler="IconBell"
hugeicons="NotificationIcon"
phosphor="BellIcon"
remixicon="RiNotificationLine"
/>
),
},
{
name: "Navigation",
icon: (
<IconPlaceholder
lucide="MenuIcon"
tabler="IconMenu"
hugeicons="Menu09Icon"
phosphor="ListIcon"
remixicon="RiMenuLine"
/>
),
},
{
name: "Home",
// ... (186 more lines)
Domain
Subdomains
Functions
Dependencies
- breadcrumb
- button
- dialog
- icon-placeholder
- react
- sidebar
Source
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, UIPrimitives 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, icon-placeholder, react, sidebar.
Where is settings-dialog.tsx in the architecture?
settings-dialog.tsx is located at apps/v4/registry/bases/base/blocks/sidebar-13/components/settings-dialog.tsx (domain: ComponentRegistry, subdomain: UIPrimitives, directory: apps/v4/registry/bases/base/blocks/sidebar-13/components).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free