Table with its related components (Thead, Tr, Th, Td, Tbody) can be used to render html <table> element with basic styles applied which can be customized via responsive, theme-based style props.
Table
Thead, Tr, Th, Td, Tbody
<table>
xxxxxxxxxx
import { Table, Thead, Tr, Th, Td, Tbody } from '@deity/falcon-ui';
<Table>
<Thead>
<Tr>
<Th>Property</Th>
<Th>Type</Th>
<Th>Description</Th>
</Tr>
</Thead>
<Tbody>
<Tr key="0">
<Td>key</Td>
<Td>string</Td>
<Td>very long very detailed description</Td>
<Tr key="1">
<Td>variant</Td>
<Td>variant description</Td>
</Tbody>
</Table>
Theme
Component
Presets
Download