Home / File/ table-rtl.tsx — ui Source File

table-rtl.tsx — ui Source File

Architecture documentation for table-rtl.tsx, a tsx file in the ui codebase. 3 imports, 0 dependents.

File tsx DocumentationAtlas Changelog 3 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  40ae9fc3_e081_fc7d_b84e_7f9c398d1802["table-rtl.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  40ae9fc3_e081_fc7d_b84e_7f9c398d1802 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  0d5ae571_b1b7_6025_03ec_a4c260ac0e82["table"]
  40ae9fc3_e081_fc7d_b84e_7f9c398d1802 --> 0d5ae571_b1b7_6025_03ec_a4c260ac0e82
  2c1404ab_bf28_6225_f9a0_b9e29400c66c["language-selector"]
  40ae9fc3_e081_fc7d_b84e_7f9c398d1802 --> 2c1404ab_bf28_6225_f9a0_b9e29400c66c
  style 40ae9fc3_e081_fc7d_b84e_7f9c398d1802 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/radix/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)

Subdomains

Functions

Dependencies

  • language-selector
  • react
  • table

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/radix/table-rtl.tsx (domain: DocumentationAtlas, subdomain: Changelog, 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