--- ## Pagination Navigation control for paged data sets. Supports multiple layouts, intents, button variants, and configurable ellipsis behaviour. **Import:** `import { Pagination } from '@urbicon-ui/blocks';` ### Examples ```svelte page = p} /> ``` ### Variants - size: lg, md, sm (default: md) - layout: default, minimal, navigation, table (default: default) ### Api | Prop | Type | Required | Default | Description | | --- | --- | :---: | --- | --- | | currentPage | `number` | yes | | 1-based index of the currently active page. | | totalPages | `number` | yes | | Total number of pages in the data set. | | ...HTMLAttributes | `HTMLAttributes` | no | | HTML attributes (excluding: 'class') | | ...PaginationVariants | `VariantProps` | no | | Styling variants from PaginationVariants | | class | `string` | no | | Additional CSS classes merged onto the root `