Heads Up! Components & docs are subject to change until official v1.0 release.
×
Introduction:
Components:
Resources:
Tables
Deal One | Deal Two | Deal Three |
---|---|---|
Hotness | Un-Hotness | Re-Hotness |
Revenge of the Hotness | Revenge of the Un-Hotness | Revenge of the Re-Hotness |
The Hotness Strikes Back | The Un-Hotness Strikes Back | The Re-Hotness Strikes Back |
<div class="table--responsive">
<table class="table table--striped table--bordered table--padded table--hover">
<thead>
<tr>
<th>Deal One</th>
<th>Deal Two</th>
<th>Deal Three</th>
</tr>
</thead>
<tbody>
<tr>
<td>Col 1</td>
<td>Col 2</td>
<td>Col 3</td>
</tr>
</tbody>
</table>
</div>
// TABLE MODIFIERS
.table--responsive
.table--padded
.table--striped
.table--bordered
.table--hover
.table--underlined