Skip to content

Tables

Tachyons has some basic utilities for styling tables that are easy to customize and extend.

Striped | Light Gray

vue
<template>
  <table v-collapse>
    <tbody>
      <tr v-striped:light-gray></tr>
      <tr v-striped:light-gray></tr>
    </tbody>
  </table>
</template>
NameRating
Jurassic Park5 stars
Back to the Future5 stars
Primer5 stars
Sunshine5 stars
Moon5 stars

Striped | Near white

vue
<template>
  <table v-collapse>
    <tbody>
      <tr v-striped:near-white></tr>
      <tr v-striped:near-white></tr>
    </tbody>
  </table>
</template>
NameRating
Jurassic Park5 stars
Back to the Future5 stars
Primer5 stars
Sunshine5 stars
Moon5 stars

Reference