Navigationsrc/components/ui/pagination.tsx

Pagination

Navigation controls for paginated collections.

Preview

Installation

Copy the component source into your project with `degit`. This port is intentionally not distributed as an npm package.

bunx degit https://github.com/LiasCode/shadcn-preact/src/components/ui#main ./src/components/ui

Usage

import { Pagination } from "@/components/ui/pagination"

export function Example() {
  return <Pagination>Pagination</Pagination>
}

API Reference

ExportPurpose
PaginationComposable part exported by `@/components/ui/pagination`.