Home / File/ payments.tsx — ui Source File

payments.tsx — ui Source File

Architecture documentation for payments.tsx, a tsx file in the ui codebase. 8 imports, 0 dependents.

File tsx Internationalization Dictionary 8 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  600361df_95fa_7651_3b98_ddc7abbf5350["payments.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  600361df_95fa_7651_3b98_ddc7abbf5350 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  eff11612_0b61_f7f9_e13e_9117a7062bb3["react-table"]
  600361df_95fa_7651_3b98_ddc7abbf5350 --> eff11612_0b61_f7f9_e13e_9117a7062bb3
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  600361df_95fa_7651_3b98_ddc7abbf5350 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  57e86e45_ac6e_7278_be08_9092724e8401["button"]
  600361df_95fa_7651_3b98_ddc7abbf5350 --> 57e86e45_ac6e_7278_be08_9092724e8401
  c6d6139d_ea69_3d79_5004_68419bae2ac0["card"]
  600361df_95fa_7651_3b98_ddc7abbf5350 --> c6d6139d_ea69_3d79_5004_68419bae2ac0
  4f6bcac7_12b3_b724_9762_64ace071aa20["checkbox"]
  600361df_95fa_7651_3b98_ddc7abbf5350 --> 4f6bcac7_12b3_b724_9762_64ace071aa20
  d1cb37f2_0d1d_01bc_0d60_a15219afac51["dropdown-menu"]
  600361df_95fa_7651_3b98_ddc7abbf5350 --> d1cb37f2_0d1d_01bc_0d60_a15219afac51
  5588a3c6_3f1c_be79_74b5_2ce85fdc05dc["table"]
  600361df_95fa_7651_3b98_ddc7abbf5350 --> 5588a3c6_3f1c_be79_74b5_2ce85fdc05dc
  style 600361df_95fa_7651_3b98_ddc7abbf5350 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import * as React from "react"
import {
  flexRender,
  getCoreRowModel,
  getFilteredRowModel,
  getPaginationRowModel,
  getSortedRowModel,
  useReactTable,
  type ColumnDef,
  type ColumnFiltersState,
  type SortingState,
  type VisibilityState,
} from "@tanstack/react-table"
import { MoreHorizontalIcon } from "lucide-react"

import { Button } from "@/registry/new-york-v4/ui/button"
import {
  Card,
  CardAction,
  CardContent,
  CardDescription,
  CardHeader,
  CardTitle,
} from "@/registry/new-york-v4/ui/card"
import { Checkbox } from "@/registry/new-york-v4/ui/checkbox"
import {
  DropdownMenu,
  DropdownMenuContent,
  DropdownMenuItem,
  DropdownMenuLabel,
  DropdownMenuSeparator,
  DropdownMenuTrigger,
} from "@/registry/new-york-v4/ui/dropdown-menu"
import {
  Table,
  TableBody,
  TableCell,
  TableHead,
  TableHeader,
  TableRow,
} from "@/registry/new-york-v4/ui/table"

const data: Payment[] = [
  {
    id: "m5gr84i9",
    amount: 316,
    status: "success",
    email: "ken99@example.com",
  },
  {
    id: "3u1reuv4",
    amount: 242,
    status: "success",
    email: "Abe45@example.com",
  },
  {
    id: "derv1ws0",
    amount: 837,
// ... (238 more lines)

Subdomains

Functions

Types

Dependencies

  • button
  • card
  • checkbox
  • dropdown-menu
  • lucide-react
  • react
  • react-table
  • table

Frequently Asked Questions

What does payments.tsx do?
payments.tsx is a source file in the ui codebase, written in tsx. It belongs to the Internationalization domain, Dictionary subdomain.
What functions are defined in payments.tsx?
payments.tsx defines 1 function(s): CardsPayments.
What does payments.tsx depend on?
payments.tsx imports 8 module(s): button, card, checkbox, dropdown-menu, lucide-react, react, react-table, table.
Where is payments.tsx in the architecture?
payments.tsx is located at apps/v4/components/cards/payments.tsx (domain: Internationalization, subdomain: Dictionary, directory: apps/v4/components/cards).

Analyze Your Own Codebase

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

Try Supermodel Free