# Pagination

### Colors

The pagination of the listing has, in addition to the usual colors, colors for the different states: :hover, :active and :disabled.

{% hint style="info" %}
**Tip:** The values of the fields can be SCSS functions:

`hsl(hue($sw-border-color), saturation($sw-border-color), 89%)`

Here the color is defined per hsl format. The color angle and saturation of the border color are combined with a brightness of 89%.
{% endhint %}

![](/files/gv9TsadEWvsRsJQouu5g)

### Basic configuration

<figure><img src="/files/DVPpTTqeejeOzGBAdpDf" alt=""><figcaption></figcaption></figure>

The **Appearance (1)** of pagination can be represented as `pills` and `standard`. Elements defined as `pills` have a distance to each other.

The option **Hide disabled buttons (3)** hides the unnecessary disabled buttons, since they are not clickable anyway. For example, if you are on page 1, the buttons for "first page" and "page forward" are superfluous.

Example:

![Pills round](/files/-MHX0CVTHk7ZPjuuQXXP)

![Standard](/files/-MHX0K0rBpbOXh9ovhdA)

![Pills angular](/files/-MHX0d32oyZxU9i7CV7l)

<figure><img src="/files/PW2cRPZ74bcDRPPRgs6s" alt=""><figcaption><p>Disabled buttons are hidden</p></figcaption></figure>

{% hint style="info" %}
The roundings of the pills result from the button radius from the general settings tab. For round pills your buttons must be set to `round.`
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://themedocs.zenit.design/en/styling/components/pagination.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
