TypographyTable() — ui Function Reference
Architecture documentation for the TypographyTable() function in typography-table.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD eea694e1_019e_6dcb_a878_ddc4db4240e0["TypographyTable()"] 4e58133f_c176_c6be_3c1d_c4a2fb284326["typography-table.tsx"] eea694e1_019e_6dcb_a878_ddc4db4240e0 -->|defined in| 4e58133f_c176_c6be_3c1d_c4a2fb284326 style eea694e1_019e_6dcb_a878_ddc4db4240e0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/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="m-0 border-t p-0 even:bg-muted">
<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="m-0 border-t p-0 even:bg-muted">
<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="m-0 border-t p-0 even:bg-muted">
<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="m-0 border-t p-0 even:bg-muted">
<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 deprecated/www/registry/new-york/examples/typography-table.tsx.
Where is TypographyTable() defined?
TypographyTable() is defined in deprecated/www/registry/new-york/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