# pagination (Flowbite v4 kit)

> Use the Tailwind CSS pagination element to indicate a series of content across various pages based on multiple styles and sizes

## Blocks for `Pagination`

- `content`: The pagination structure, typically a `Pagination:Content`

## Blocks for `Pagination:Content`

- `content`: The pagination items, typically multiple `Pagination:Item` components

## Blocks for `Pagination:Item`

- `content`: The pagination item content, typically a `Pagination:Link`

## Props for `Pagination:Link`

| Name | Type | Description |
|------|------|-------------|
| `active` | `boolean` | Whether this is the current page. Defaults to `false` |

## Blocks for `Pagination:Link`

- `content`: The page number or navigation icon

## Dependencies

- symfony/ux-icons
- tales-from-a-dev/twig-tailwind-extra:^1.0.0

- [View component](https://ux.symfony.com/toolkit/kits/flowbite-4/components/pagination)
