Skip to content

Commit f8da6e5

Browse files
committed
update readme
1 parent 9014f9d commit f8da6e5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ Simple DataTable with slots, class and style modification for tr and td, sortabl
44

55
Contains the TVPaginator component that can be disabled via prop or used in stand-alone mode.
66

7-
<img src="https://github.com/BitTheCat/tailwind-vue-data-table/blob/main/assets/tvdatatable.jpg"/>
7+
<a href="https://www.npmjs.com/package/@bitthecat/tailwind-vue-data-table"><img alt="Total Downloads" src="https://img.shields.io/npm/dt/@bitthecat/tailwind-vue-data-table"></a>
8+
<a href="https://www.npmjs.com/package/@bitthecat/tailwind-vue-data-table"><img alt="Latest Version" src="https://img.shields.io/npm/v/@bitthecat/tailwind-vue-data-table"></a>
9+
<a href="https://www.npmjs.com/package/@bitthecat/tailwind-vue-data-table"><img alt="License" src="https://img.shields.io/npm/l/@bitthecat/tailwind-vue-data-table"></a>
810

911
<hr>
1012

11-
#### ❗️ *__Documentation soon available__*
12-
##### For now, check under dev/TableShow.vue to see the table in action or [here](https://bitthecat.github.io/tailwind-vue-data-table.html)
13+
#### [*__Documentation__* ](https://bitthecat.github.io/tailwind-vue-data-table.html)
1314

1415
<hr>
1516

@@ -32,6 +33,11 @@ content: [
3233
import { TVTable } from '@bitthecat/tailwind-vue-data-table'
3334
```
3435

36+
### Import default css
37+
``` css
38+
import "@bitthecat/tailwind-vue-data-table/dist/library.css"
39+
```
40+
3541
<hr>
3642

3743
This project is licensed under the MIT license. See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)