Zudo Sg

Type to search...

to open search from anywhere

ProseTable

MDX `table`/`th`/`td` element overrides — a compact bordered table.

Typography

Usage

import { ProseTable, ProseTh, ProseTd } from "@zudo-sg/ui/src/content/prose-table/prose-table";

<ProseTable>
  <thead>
    <tr><ProseTh>Token</ProseTh><ProseTh>Value</ProseTh></tr>
  </thead>
  <tbody>
    <tr><ProseTd>color-bg</ProseTd><ProseTd>white</ProseTd></tr>
  </tbody>
</ProseTable>
Default