Skip to content

v0.2.3

Compare
Choose a tag to compare
@BitTheCat BitTheCat released this 13 Dec 23:03
· 35 commits to main since this release
9014f9d

Added sub components.

⚠️
For use default style you can add this line of code in main.js file (or alternatives)
import @bitthecat/tailwind-vue-data-table/dist/app.css';

You can change the style of table overwrite this css class

.tv-table {
}

.tv-thead {
}

.tv-th {
}

.tv-tbody {
}

.tv-tr {
}

.tv-td {
}

.tv-tfoot {
}