TypographyTable() — ui Function Reference
Architecture documentation for the TypographyTable() function in typography-table.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 924a59f3_7090_50c3_9ad2_38595670dfcd["TypographyTable()"] f6ee8782_4073_2134_d9e2_6b460cdf8a6e["typography-table.tsx"] 924a59f3_7090_50c3_9ad2_38595670dfcd -->|defined in| f6ee8782_4073_2134_d9e2_6b460cdf8a6e style 924a59f3_7090_50c3_9ad2_38595670dfcd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/examples/typography-table.tsx lines 1–44
export default function TypographyTable() {
return (
<div className="my-6 w-full overflow-y-auto">
<table className="w-full">
<thead>
<tr className="even:bg-muted m-0 border-t p-0">
<th className="border px-4 py-2 text-left font-bold [&[align=center]]:text-center [&[align=right]]:text-right">
King's Treasury
</th>
<th className="border px-4 py-2 text-left font-bold [&[align=center]]:text-center [&[align=right]]:text-right">
People's happiness
</th>
</tr>
</thead>
<tbody>
<tr className="even:bg-muted m-0 border-t p-0">
<td className="border px-4 py-2 text-left [&[align=center]]:text-center [&[align=right]]:text-right">
Empty
</td>
<td className="border px-4 py-2 text-left [&[align=center]]:text-center [&[align=right]]:text-right">
Overflowing
</td>
</tr>
<tr className="even:bg-muted m-0 border-t p-0">
<td className="border px-4 py-2 text-left [&[align=center]]:text-center [&[align=right]]:text-right">
Modest
</td>
<td className="border px-4 py-2 text-left [&[align=center]]:text-center [&[align=right]]:text-right">
Satisfied
</td>
</tr>
<tr className="even:bg-muted m-0 border-t p-0">
<td className="border px-4 py-2 text-left [&[align=center]]:text-center [&[align=right]]:text-right">
Full
</td>
<td className="border px-4 py-2 text-left [&[align=center]]:text-center [&[align=right]]:text-right">
Ecstatic
</td>
</tr>
</tbody>
</table>
</div>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does TypographyTable() do?
TypographyTable() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/typography-table.tsx.
Where is TypographyTable() defined?
TypographyTable() is defined in apps/v4/registry/new-york-v4/examples/typography-table.tsx at line 1.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free