alert-dialog-rtl.tsx — ui Source File
Architecture documentation for alert-dialog-rtl.tsx, a tsx file in the ui codebase. 5 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR bfd4e3b0_6d6b_a2a0_7b01_0ac97e3b501d["alert-dialog-rtl.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] bfd4e3b0_6d6b_a2a0_7b01_0ac97e3b501d --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 32e8cbce_2f17_309c_4c37_881f943405f9["alert-dialog"] bfd4e3b0_6d6b_a2a0_7b01_0ac97e3b501d --> 32e8cbce_2f17_309c_4c37_881f943405f9 c79cdc74_50fb_62bd_465f_35936d2c5eac["button"] bfd4e3b0_6d6b_a2a0_7b01_0ac97e3b501d --> c79cdc74_50fb_62bd_465f_35936d2c5eac d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] bfd4e3b0_6d6b_a2a0_7b01_0ac97e3b501d --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 2c1404ab_bf28_6225_f9a0_b9e29400c66c["language-selector"] bfd4e3b0_6d6b_a2a0_7b01_0ac97e3b501d --> 2c1404ab_bf28_6225_f9a0_b9e29400c66c style bfd4e3b0_6d6b_a2a0_7b01_0ac97e3b501d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import * as React from "react"
import {
AlertDialog,
AlertDialogAction,
AlertDialogCancel,
AlertDialogContent,
AlertDialogDescription,
AlertDialogFooter,
AlertDialogHeader,
AlertDialogMedia,
AlertDialogTitle,
AlertDialogTrigger,
} from "@/examples/radix/ui-rtl/alert-dialog"
import { Button } from "@/examples/radix/ui-rtl/button"
import { BluetoothIcon } from "lucide-react"
import {
useTranslation,
type Translations,
} from "@/components/language-selector"
const translations: Translations = {
en: {
dir: "ltr",
values: {
showDialog: "Show Dialog",
showDialogSm: "Show Dialog (sm)",
title: "Are you absolutely sure?",
description:
"This action cannot be undone. This will permanently delete your account from our servers.",
cancel: "Cancel",
continue: "Continue",
smallTitle: "Allow accessory to connect?",
smallDescription:
"Do you want to allow the USB accessory to connect to this device?",
dontAllow: "Don't allow",
allow: "Allow",
},
},
ar: {
dir: "rtl",
values: {
showDialog: "إظهار الحوار",
showDialogSm: "إظهار الحوار (صغير)",
title: "هل أنت متأكد تمامًا؟",
description:
"لا يمكن التراجع عن هذا الإجراء. سيؤدي هذا إلى حذف حسابك نهائيًا من خوادمنا.",
cancel: "إلغاء",
continue: "متابعة",
smallTitle: "السماح للملحق بالاتصال؟",
smallDescription: "هل تريد السماح لملحق USB بالاتصال بهذا الجهاز؟",
dontAllow: "عدم السماح",
allow: "السماح",
},
},
he: {
dir: "rtl",
values: {
// ... (66 more lines)
Domain
Subdomains
Functions
Dependencies
- alert-dialog
- button
- language-selector
- lucide-react
- react
Source
Frequently Asked Questions
What does alert-dialog-rtl.tsx do?
alert-dialog-rtl.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, SearchAPI subdomain.
What functions are defined in alert-dialog-rtl.tsx?
alert-dialog-rtl.tsx defines 1 function(s): AlertDialogRtl.
What does alert-dialog-rtl.tsx depend on?
alert-dialog-rtl.tsx imports 5 module(s): alert-dialog, button, language-selector, lucide-react, react.
Where is alert-dialog-rtl.tsx in the architecture?
alert-dialog-rtl.tsx is located at apps/v4/examples/radix/alert-dialog-rtl.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, directory: apps/v4/examples/radix).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free