Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ellreka/tailwindcss-table
https://github.com/ellreka/tailwindcss-table
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ellreka/tailwindcss-table
- Owner: ellreka
- Created: 2021-03-05T12:44:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T23:06:10.000Z (over 2 years ago)
- Last Synced: 2024-08-09T21:15:06.834Z (5 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@ellreka/tailwindcss-table
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```