Skip to content

Commit 9adc21f

Browse files
Add docs for table (#856)
1 parent b41d735 commit 9adc21f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/content/api-reference.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,20 @@ These tags are for adding structure to your slides.
7676
| <a name="flex-box"></a>**FlexBox** | [**Space**](/docs/props#space)<br />[**Color**](/docs/props#color)<br />[**Layout**](/docs/props#layout)<br />[**Position**](/docs/props#position)<br /> [**Border**](/docs/props#border)<br />[**Flex**](/docs/props#flex)<br /> |||
7777
| <a name="grid"></a>**Grid** | [**Layout**](/docs/props#layout)<br />[**Position**](/docs/props#position)<br />[**Grid**](/docs/props#grid)<br /> || **display**: grid |
7878

79+
<a name="table-tags"></a>
80+
81+
## Table Tags
82+
83+
These tags are for adding tables with content to your slides.
84+
85+
| Tag Name | Theme Props | Additional Props | Default Props |
86+
| ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
87+
| <a name="table"></a>**Table** | [**Space**](/docs/props#space)<br />[**Color**](/docs/props#color)<br />[**Layout**](/docs/props#layout)<br />[**Typography**](/docs/props#typography)<br /> [**Border**](/docs/props#border) | - | **color**: primary<br />**fontFamily**: text<br />**fontSize**: text<br />**textAlign:** left<br />**margin**: listMargin |
88+
| <a name="table-header"></a>**TableHeader** | [**Space**](/docs/props#space)<br />[**Color**](/docs/props#color)<br />[**Layout**](/docs/props#layout)<br />[**Typography**](/docs/props#typography)<br /> [**Border**](/docs/props#border) | - | **color**: primary<br />**fontFamily**: text<br />**fontSize**: text<br />**fontWeight**: bold<br />**textAlign:** left<br />**margin**: listMargin |
89+
| <a name="table-body"></a>**TableBody** | [**Space**](/docs/props#space)<br />[**Color**](/docs/props#color)<br />[**Layout**](/docs/props#layout)<br />[**Typography**](/docs/props#typography)<br /> [**Border**](/docs/props#border) | - | **color**: primary<br />**fontFamily**: text<br />**fontSize**: text<br />**textAlign:** left<br />**margin**: listMargin |
90+
| <a name="table-row"></a>**TableRow** | [**Space**](/docs/props#space)<br />[**Color**](/docs/props#color)<br />[**Layout**](/docs/props#layout)<br />[**Typography**](/docs/props#typography)<br /> [**Border**](/docs/props#border) | - | **color**: primary<br />**fontFamily**: text<br />**fontSize**: text<br />**textAlign:** left<br />**margin**: listMargin |
91+
| <a name="table-cell"></a>**TableCell** | [**Space**](/docs/props#space)<br />[**Color**](/docs/props#color)<br />[**Layout**](/docs/props#layout)<br />[**Typography**](/docs/props#typography)<br /> [**Border**](/docs/props#border) | - | **color**: primary<br />**fontFamily**: text<br />**fontSize**: text<br />**textAlign:** left<br />**margin**: listMargin |
92+
7993
<a name="appear"></a>
8094

8195
## Appear

0 commit comments

Comments
 (0)