Open GitHub repository
ComponentsPagination

Pagination

Moves through a known number of pages with compact previous, next, and page controls.

Installation

bunx @swift-rust/ui add pagination

Usage

tsx
1import { Pagination } from "@/components/ui/pagination";
2 
3<Pagination
4 page={page}
5 total={class="text-amber-400">12}
6 onChange={setPage}
7/>

Examples