Tables

Tables are an essential part of many different contexts. Kube serves them all and delivers full variety of tables, preformatted to save you time. Whatever your requirements are, tables are completely customizable to match them.

Base

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
Total points 223
<table>…</table>

Bordered

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
Total points 223
<table class=“bordered”>…</table>

Striped

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
Total points 223
<table class=“striped”>…</table>

Unstyled

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
Total points 223
<table class=“unstyled”>…</table>

Mixed

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
Total points 223
<table class=“bordered striped”>…</table>

Width

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
<table>
<tr>
    <td class=“w40”></td>
    <td class=“w40”></td>
    <td class=“w20”></td>
</tr>
</table>