diff --git a/demo/sections/components/Pager.vue b/demo/sections/components/Pager.vue
index f28a5d5a9..ca7554c6e 100644
--- a/demo/sections/components/Pager.vue
+++ b/demo/sections/components/Pager.vue
@@ -20,12 +20,12 @@
{{ item }}
-
+
-
+
diff --git a/src/components/Pager/PPager.vue b/src/components/Pager/PPager.vue
index 4d52c0372..8d4b756a1 100644
--- a/src/components/Pager/PPager.vue
+++ b/src/components/Pager/PPager.vue
@@ -1,20 +1,48 @@
@@ -22,24 +50,32 @@
@@ -49,24 +85,31 @@
flex-col
flex-wrap
items-center
- justify-between
gap-2
sm:flex-row
}
.p-pager__context { @apply
- text-sm
+ text-xs
text-subdued
}
-.p-pager__page { @apply
- font-medium
-}
-
.p-pager__buttons { @apply
flex
flex-wrap
items-center
gap-2
}
+
+.p-pager__slot { @apply
+ grow
+}
+
+.p-pager__limit { @apply
+ text-xs
+ text-subdued
+ flex
+ items-center
+ gap-1
+}
\ No newline at end of file