> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brikl.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Pagination 06

> Horizontal pagination bar with previous/next buttons and a centered page count text label.

<Frame>
  ![Pagination 06](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Paginations/pagination-with-fouble-chevrons.png)
</Frame>

## Overview

Pagination 06 is a navigation component designed to help users move between pages of content. It features ghost-style Previous and Next buttons (with First/Last page variants using caret icons), and a centered text element displaying the current page and total pages (e.g., 'Page 1 of 10'). The layout adapts for mobile screens with responsive font sizing, making it suitable for both web and mobile applications.

## How to use

<Steps>
  <Step titleSize="h4" title="Open the Brikl panel">
    Navigate to the **Elements** category in the Brikl panel.
  </Step>

  <Step titleSize="h4" title="Copy the component">
    Find **Pagination 06** and click **Copy**.
  </Step>

  <Step titleSize="h4" title="Paste into your editor">
    Paste it into your Bubble canvas with `Cmd + V` (Mac) or `Ctrl + V` (Windows),
    or right-click on the canvas and select **Paste**.
  </Step>
</Steps>

## States

This component includes conditional states that automatically change its appearance.

| State                                 | Trigger                                                   | Visual effect                                                                        |
| ------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| Button Disabled (Previous/First Page) | Button is not clickable (e.g., user is on the first page) | Opacity of the Previous and First Page buttons is reduced to 50%                     |
| Button Disabled (Next/Last Page)      | Button is not clickable (e.g., user is on the last page)  | Opacity of the Next and Last Page buttons is reduced to 50%                          |
| Hover (Next)                          | User hovers over the Next or Last Page button             | Background changes to light gray (rgba(245,244,244,1)) with a smooth ease transition |
| Mobile Font Size                      | Page width is less than the built-in mobile breakpoint    | Page counter text font size reduces from 16px to 14px                                |

<Note>
  These states are handled natively by Bubble and require no additional setup.
  They will work automatically once the component is pasted into your editor.
</Note>

## Responsive

This component adapts to mobile screens. Font sizes and layout automatically adjust on screens smaller than Bubble's built-in mobile breakpoint.

## Requirements

|             |                       |
| ----------- | --------------------- |
| License     | Starter plan required |
| Plugins     | None                  |
| Custom code | Not required          |

## Platforms

| Platform | Supported |
| -------- | --------- |
| Web      | ✅         |
| Mobile   | ✅         |

## License

<Note>
  This component requires a **Starter** plan.
</Note>
