@ellreka/tailwindcss-table

1.0.0 • Public • Published

@ellreka/tailwindcss-table

Install

yarn add -D @ellreka/tailwindcss-table

tailwind.config.js

plugins: [require('tailwindcss-table')]

Usage

variants: {
  extend: {
    textColor: ['th', 'td']
  }
}

Example

<table class="th:text-red-600 td:text-blue-600 ">
  <thead>
    <th>red-600</th>
  </thead>
  <tbody>
    <td>blue-600</td>
  </tbody>
</table>

Readme

Keywords

none

Package Sidebar

Install

npm i @ellreka/tailwindcss-table

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.26 kB

Total Files

3

Last publish

Collaborators

  • ellreka