table-rtl.tsx — ui Source File
Architecture documentation for table-rtl.tsx, a tsx file in the ui codebase. 3 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 8c8dd63a_2349_f526_21ae_0e38e20527d5["table-rtl.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] 8c8dd63a_2349_f526_21ae_0e38e20527d5 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 c957cbeb_775d_b04a_166e_ca31705344c0["table"] 8c8dd63a_2349_f526_21ae_0e38e20527d5 --> c957cbeb_775d_b04a_166e_ca31705344c0 2c1404ab_bf28_6225_f9a0_b9e29400c66c["language-selector"] 8c8dd63a_2349_f526_21ae_0e38e20527d5 --> 2c1404ab_bf28_6225_f9a0_b9e29400c66c style 8c8dd63a_2349_f526_21ae_0e38e20527d5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import * as React from "react"
import {
Table,
TableBody,
TableCaption,
TableCell,
TableFooter,
TableHead,
TableHeader,
TableRow,
} from "@/examples/base/ui-rtl/table"
import {
useTranslation,
type Translations,
} from "@/components/language-selector"
const translations: Translations = {
en: {
dir: "ltr",
values: {
caption: "A list of your recent invoices.",
invoice: "Invoice",
status: "Status",
method: "Method",
amount: "Amount",
paid: "Paid",
pending: "Pending",
unpaid: "Unpaid",
creditCard: "Credit Card",
paypal: "PayPal",
bankTransfer: "Bank Transfer",
total: "Total",
},
},
ar: {
dir: "rtl",
values: {
caption: "قائمة بفواتيرك الأخيرة.",
invoice: "الفاتورة",
status: "الحالة",
method: "الطريقة",
amount: "المبلغ",
paid: "مدفوع",
pending: "قيد الانتظار",
unpaid: "غير مدفوع",
creditCard: "بطاقة ائتمانية",
paypal: "PayPal",
bankTransfer: "تحويل بنكي",
total: "المجموع",
},
},
he: {
dir: "rtl",
values: {
caption: "רשימת החשבוניות האחרונות שלך.",
invoice: "חשבונית",
status: "סטטוס",
// ... (92 more lines)
Domain
Subdomains
Functions
Dependencies
- language-selector
- react
- table
Source
Frequently Asked Questions
What does table-rtl.tsx do?
table-rtl.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in table-rtl.tsx?
table-rtl.tsx defines 1 function(s): TableRtl.
What does table-rtl.tsx depend on?
table-rtl.tsx imports 3 module(s): language-selector, react, table.
Where is table-rtl.tsx in the architecture?
table-rtl.tsx is located at apps/v4/examples/base/table-rtl.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/base).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free