Utility
Terminal
█
pagination-demo █
Loading preview... █
█
█
█
█
█
█
█
█
█
█
█
█
█
█
█Installation
$ pnpm dlx shadcn@latest add @termcn/opentui/pagination
Usage
import { Pagination } from "@/components/ui/pagination";<Pagination total={10} current={page} onChange={(p) => setPage(p)} />API Reference
Pagination
| Prop | Type | Default |
|---|---|---|
total | number | required |
current | number | required |
onChange | (page: number) => void | - |
showEdges | boolean | true |
siblings | number | 1 |