Variable: Pagination
@arolariu/components / Pagination
Variable: Pagination
constPagination:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLElement>,HTMLElement>,"ref"> &RefAttributes<HTMLElement>>
Defined in: components/ui/pagination.tsx:75
Provides semantic navigation for paginated content.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<nav>element - Styling via CSS Modules with
--ac-*custom properties
Example
<Pagination>
<PaginationContent />
</Pagination>
See
PaginationProps for available props
// was this page useful?