Cursor or offset. Keyboard arrows.
Pagination control supporting cursor-based (Prev / Next) or offset-based (page numbers). Keyboard arrows nav. Auto-hides when there's only one page.
import { Pagination } from "@/components/ui/pagination";
<Pagination mode="cursor" hasPrev={!!cursor} hasNext={!!nextCursor} onPrev={prev} onNext={next} />components/ui/ folder. You own the code.