Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ellreka/tailwindcss-table


https://github.com/ellreka/tailwindcss-table

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# @ellreka/tailwindcss-table

## Install

```bash
yarn add -D @ellreka/tailwindcss-table
```

tailwind.config.js

```javascript
plugins: [require('@ellreka/tailwindcss-table')]
```

## Usage

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

## Example

```jsx


red-600


blue-600

```