edbnedbn/ui
ComponentsMapsAudioPDF
GitHub stars
Explorer
Get Started
Components

Pagination

Page navigation with previous/next and numbered pages.

Components

Installation

npx shadcn@latest add https://ui.edbn.me/r/pagination.json

Manual

API Reference

Pagination

Navigation for paginated content. Renders a nav element.

classNamestring

CSS class name

PaginationContent

List container for pagination items. Renders a ul element.

classNamestring

CSS class name

PaginationItem

Wrapper for a single pagination element. Renders a li element.

classNamestring

CSS class name

PaginationLink

A page number link. Renders an a element.

isActiveboolean
=false

Mark as current page

size'default' | 'sm' | 'lg' | 'icon'
='icon'

Button size

classNamestring

CSS class name

PaginationPrevious

Link to the previous page. Renders an a element.

classNamestring

CSS class name

PaginationNext

Link to the next page. Renders an a element.

classNamestring

CSS class name

PaginationEllipsis

Indicates skipped pages. Renders a span element.

classNamestring

CSS class name