Default
<div class="inline-flex">
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
Pre
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
01
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
02
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
03
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
Next
</a>
</div>
Default With Icons
<div class="inline-flex">
<a href="#" class="px-2 py-1.5 inline-flex items-center justify-center text-xs font-semibold first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
<i class="icon icon-chevron-left"></i>
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
01
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
02
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
03
</a>
<a href="#" class="px-2 py-1.5 inline-flex items-center justify-center text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
<i class="icon icon-chevron-right"></i>
</a>
</div>
Default with Active
<div class="inline-flex">
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
Pre
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-primary text-white hover:bg-primary hover:text-white">
01
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
02
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
03
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
Next
</a>
</div>
Default with Active Ghost
<div class="inline-flex">
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
Pre
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-primary hover:border-primary bg-primary-50 text-primary hover:bg-primary-50 hover:text-primary">
01
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
02
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
03
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
Next
</a>
</div>
Left Align
<div class="inline-flex">
<a href="#" class="px-2 py-1.5 inline-flex items-center justify-center text-xs font-semibold first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
<i class="icon icon-chevron-left"></i>
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
01
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
02
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
03
</a>
<a href="#" class="px-2 py-1.5 inline-flex items-center justify-center text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
<i class="icon icon-chevron-right"></i>
</a>
</div>
Centre Align
<div class="flex justify-center items-center">
<div class="inline-flex">
<a href="#" class="px-2 py-1.5 inline-flex items-center justify-center text-xs font-semibold first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
<i class="icon icon-chevron-left"></i>
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
01
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
02
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
03
</a>
<a href="#" class="px-2 py-1.5 inline-flex items-center justify-center text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
<i class="icon icon-chevron-right"></i>
</a>
</div>
</div>
Right Align
<div class="flex justify-end items-end">
<div class="inline-flex">
<a href="#" class="px-2 py-1.5 inline-flex items-center justify-center text-xs font-semibold first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
02
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
03
</a>
<a href="#" class="px-2 py-1.5 inline-flex items-center justify-center text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
<i class="icon icon-chevron-right"></i>
</a>
</div>
</div>
Custom Pagination
<div class="inline-flex gap-1">
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
<i class="icon icon-chevron-left me-1"></i> Pre
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color bg-primary text-white hover:bg-primary hover:text-white">
01
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
02
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
03
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
...
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
10
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
Next <i class="icon icon-chevron-right ms-1"></i>
</a>
</div>
Soft Pagination
<div class="inline-flex gap-1">
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
<i class="icon icon-chevron-left"></i>
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-primary hover:border-primary bg-primary-50 text-primary hover:bg-primary-50 hover:text-primary">
01
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
02
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
03
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
...
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
10
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-lg border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
<i class="icon icon-chevron-right"></i>
</a>
</div>
Pagination 1
<div class="inline-flex gap-1">
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-full border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
<i class="icon icon-chevron-left me-1"></i> Pre
</a>
<a href="#" class="w-7.5 h-7.5 items-center justify-center inline-flex text-xs font-medium rounded-full border border-border-color bg-primary text-white hover:bg-primary hover:text-white">
01
</a>
<a href="#" class="w-7.5 h-7.5 items-center justify-center inline-flex text-xs font-medium rounded-full border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
02
</a>
<a href="#" class="w-7.5 h-7.5 items-center justify-center inline-flex text-xs font-medium rounded-full border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
03
</a>
<a href="#" class="w-7.5 h-7.5 items-center justify-center inline-flex text-xs font-medium rounded-full border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
...
</a>
<a href="#" class="w-7.5 h-7.5 items-center justify-center inline-flex text-xs font-medium rounded-full border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
10
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-full border border-border-color bg-light text-dark hover:bg-primary hover:text-white">
Next <i class="icon icon-chevron-right ms-1"></i>
</a>
</div>
Pagination 2
<div class="inline-flex gap-1">
<a href="#" class="w-7.5 h-7.5 inline-flex items-center justify-center text-xs font-medium rounded-full border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
<i class="icon icon-chevron-left"></i>
</a>
<a href="#" class="w-7.5 h-7.5 inline-flex items-center justify-center text-xs font-medium rounded-full border border-primary hover:border-primary bg-primary-50 text-primary hover:bg-primary-50 hover:text-primary">
01
</a>
<a href="#" class="w-7.5 h-7.5 inline-flex items-center justify-center text-xs font-medium rounded-full border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
02
</a>
<a href="#" class="w-7.5 h-7.5 inline-flex items-center justify-center text-xs font-medium rounded-full border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
03
</a>
<a href="#" class="w-7.5 h-7.5 inline-flex items-center justify-center text-xs font-medium rounded-full border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
...
</a>
<a href="#" class="w-7.5 h-7.5 inline-flex items-center justify-center text-xs font-medium rounded-full border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
10
</a>
<a href="#" class="w-7.5 h-7.5 inline-flex items-center justify-center text-xs font-medium rounded-full border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
<i class="icon icon-chevron-right"></i>
</a>
</div>
Pagination 3
<div class="inline-flex">
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color hover:border-b-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
Pre
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color border-b-primary hover:border-b-primary bg-primary-50 text-primary hover:bg-primary-50 hover:text-primary">
01
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color hover:border-b-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
02
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color hover:border-b-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
03
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-lg last:rounded-e-lg rounded-none border border-border-color hover:border-b-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
Next
</a>
</div>
Pagination 4
<div class="inline-flex gap-1">
<div>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-full border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
<i class="icon icon-chevrons-left"></i>
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-full border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
<i class="icon icon-chevron-left"></i>
</a>
</div>
<div class="flex">
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-full last:rounded-e-full rounded-none border border-e-0 border-border-color bg-light text-dark hover:text-primary">
01
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-full last:rounded-e-full rounded-none border border-e-0 border-s-0 border-border-color bg-light text-primary hover:text-primary">
02
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-full last:rounded-e-full rounded-none border border-e-0 border-s-0 border-border-color bg-light text-dark hover:text-primary">
03
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium first:rounded-s-full last:rounded-e-full rounded-none border border-s-0 border-border-color bg-light text-dark hover:text-primary">
04
</a>
</div>
<div>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-full border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
<i class="icon icon-chevron-right"></i>
</a>
<a href="#" class="px-2 py-1.5 inline-flex text-xs font-medium rounded-full border border-border-color hover:border-primary bg-light text-dark hover:bg-primary-50 hover:text-primary">
<i class="icon icon-chevrons-right"></i>
</a>
</div>
</div>