> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/tomato-admin/components/paginator.md).

# Paginator

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2Fmb6r1fUWMYJkdzirdJt6%2FScreenshot%20from%202024-01-18%2017-51-42.png?alt=media&amp;token=4a0dc38e-8b78-425f-a281-bf570df15f1f" alt=""><figcaption></figcaption></figure>

if you try to use the default Laravel paginator you will find out that it does not have an SPA links component so we create another one with the replacement of \<a> tages to be \<x-splade-link> you can use it like this

```markup
{!! $users->links('tomato-admin::components.pagination') !!}
```
