File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments