Skip to content

kit-table

<kit-table> provides scroll and token-based table styling while keeping the actual <table> in light DOM.

<kit-table>
<table>
<thead>
<tr><th>Name</th><th>Status</th></tr>
</thead>
<tbody>
<tr><td>Kitsune</td><td>Active</td></tr>
</tbody>
</table>
</kit-table>

The browser still owns table semantics. Kitsune only supplies the wrapper and styling contract.