diff --git a/docs/content/api-reference.md b/docs/content/api-reference.md index 8251f173c..f30e8b840 100644 --- a/docs/content/api-reference.md +++ b/docs/content/api-reference.md @@ -76,6 +76,20 @@ These tags are for adding structure to your slides. | **FlexBox** | [**Space**](/docs/props#space)
[**Color**](/docs/props#color)
[**Layout**](/docs/props#layout)
[**Position**](/docs/props#position)
[**Border**](/docs/props#border)
[**Flex**](/docs/props#flex)
| — | — | | **Grid** | [**Layout**](/docs/props#layout)
[**Position**](/docs/props#position)
[**Grid**](/docs/props#grid)
| — | **display**: grid | + + +## Table Tags + +These tags are for adding tables with content to your slides. + +| Tag Name | Theme Props | Additional Props | Default Props | +| ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | +| **Table** | [**Space**](/docs/props#space)
[**Color**](/docs/props#color)
[**Layout**](/docs/props#layout)
[**Typography**](/docs/props#typography)
[**Border**](/docs/props#border) | - | **color**: primary
**fontFamily**: text
**fontSize**: text
**textAlign:** left
**margin**: listMargin | +| **TableHeader** | [**Space**](/docs/props#space)
[**Color**](/docs/props#color)
[**Layout**](/docs/props#layout)
[**Typography**](/docs/props#typography)
[**Border**](/docs/props#border) | - | **color**: primary
**fontFamily**: text
**fontSize**: text
**fontWeight**: bold
**textAlign:** left
**margin**: listMargin | +| **TableBody** | [**Space**](/docs/props#space)
[**Color**](/docs/props#color)
[**Layout**](/docs/props#layout)
[**Typography**](/docs/props#typography)
[**Border**](/docs/props#border) | - | **color**: primary
**fontFamily**: text
**fontSize**: text
**textAlign:** left
**margin**: listMargin | +| **TableRow** | [**Space**](/docs/props#space)
[**Color**](/docs/props#color)
[**Layout**](/docs/props#layout)
[**Typography**](/docs/props#typography)
[**Border**](/docs/props#border) | - | **color**: primary
**fontFamily**: text
**fontSize**: text
**textAlign:** left
**margin**: listMargin | +| **TableCell** | [**Space**](/docs/props#space)
[**Color**](/docs/props#color)
[**Layout**](/docs/props#layout)
[**Typography**](/docs/props#typography)
[**Border**](/docs/props#border) | - | **color**: primary
**fontFamily**: text
**fontSize**: text
**textAlign:** left
**margin**: listMargin | + ## Appear