@hydrogen-design-system/system
Version:
Hydrogen's full design system and component library.
23 lines • 656 B
HTML
<div data-h2-table="c1, gray">
<table>
<thead>
<tr>
<th scope="col">Table Column Title 01</th>
<th scope="col">Table Column Title 02</th>
<th scope="col">Table Column Title 03</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Table Row Title 01</th>
<td>This is sample content in a table.</td>
<td>This is sample content in a table.</td>
</tr>
<tr>
<th scope="row">Table Row Title 02</th>
<td>This is sample content in a table.</td>
<td>This is sample content in a table.</td>
</tr>
</tbody>
</table>
</div>