Skip to content

Commit 4b4824e

Browse files
committed
Fix HTML table error
1 parent 933d45f commit 4b4824e

File tree

1 file changed

+4
-0
lines changed
  • apps/landing/src/app/(detail)/components/button

1 file changed

+4
-0
lines changed

apps/landing/src/app/(detail)/components/button/Api.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ import { Td, Th, Tr, Table } from '../Table'
55
`Button` props extends the button HTML attributes.
66
<div style={{ overflow: 'auto', width: '100%' }}>
77
<Table style={{width: '100%'}}>
8+
<thead>
89
<Tr>
910
<Th>Property</Th>
1011
<Th>Description</Th>
1112
<Th>Type</Th>
1213
<Th>Default</Th>
1314
</Tr>
15+
</thead>
16+
<tbody>
1417
<Tr>
1518
<Td>variant</Td>
1619
<Td>The variant of the button</Td>
@@ -61,5 +64,6 @@ button should have a width to be able to truncate the text.
6164
<Td>`boolean`</Td>
6265
<Td>`false`</Td>
6366
</Tr>
67+
</tbody>
6468
</Table>
6569
</div>

0 commit comments

Comments
 (0)