Renders a pagination component.
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| |||||||||||||||
ref | object | | Ref to the component. |
- Since
- 3.3.0
Returns:
The pagination component.
- Type:
- JSX.
Element
Example
import Pagination from '@gravityforms/components/react/admin/modules/Pagination';
return <Pagination />;