UNPKG
tw-table
Version:
latest (1.1.0-beta)
1.1.0-beta
1.0.9-beta
1.0.8-beta
1.0.7-beta
1.0.6-beta
1.0.5-beta
1.0.4-beta
1.0.3-beta
1.0.2-beta
1.0.1-beta
1.0.0
1.0.0-beta
0.0.1
table designed with tailwind and tanstack-table.
tw-table
/
src
/
index.ts
3 lines
(2 loc)
•
62 B
text/typescript
View Raw
1
2
3
import
'./index.css'
;
export
*
from
'./components/TwTable'
;