Table

Variables

CSS VariableDefault Value
—va-table-font-sizevar(—va-font-size-1)
—va-table-paddingvar(—va-space-3)
—va-table-border-widthvar(—va-border-width)
—va-table-border-colorvar(—va-border-color)
—va-table-background-colorvar(—va-surface-primary)

Default

DateAmount
First 6 weeks109.80€ per week
Next 33 weeks109.80€ per week
Total estimated pay4,282.20€
<table class="va-table">
<thead>
  <tr>
    <th>Date</th>
    <th>Amount</th>
  </tr>
</thead>
<tbody>
  <tr>
    <th>First 6 weeks</th>
    <td>£109.80 per week</td>
  </tr>
  <tr>
    <th>Next 33 weeks</th>
    <td>£109.80 per week</td>
  </tr>
  <tr>
    <th>Total estimated pay</th>
    <td>£4,282.20</td>
  </tr>
</tbody>
</table>