UNPKG
@nullpixel/ui
Version:
latest (3.0.1)
3.0.1
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
ui.nuxt.com
nuxt/ui
@nullpixel/ui
/
.nuxt
/
ui
/
pagination.ts
13 lines
•
245 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
default
{
"slots"
: {
"root"
:
""
,
"list"
:
"flex items-center gap-1"
,
"ellipsis"
:
"pointer-events-none"
,
"label"
:
"min-w-5 text-center"
,
"first"
:
""
,
"prev"
:
""
,
"item"
:
""
,
"next"
:
""
,
"last"
:
""
} }