GraphTable
Import
import { GraphTable } from 'markgraphy';Basic usage
<GraphTable
title="example"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | — |
headers | string[] | — | — |
rows | Cell[][] | — | — |
footer? | Cell[] | — | — |
align? | `(‘left’ | ‘right’)[]` | — |
corner? | string | — | — |
class? | string | '' | — |
Exported types
CellGraphTableProps