Components

Paginate

<Paginate />

Pagination component

Constructor

# <Paginate />

View Source admin-bro/src/frontend/components/ui/paginate.tsx, line 27

Example

Type Definitions

object

# Props

Properties:
Name Type Description
page number

Current page

perPage number

Items per page

total number

Total number of items

View Source admin-bro/src/frontend/components/ui/paginate.tsx, line 74