Pagination

Renders a custom flop pagination component

Read more Read less

Example

<.pagination meta={@meta} path={@path} />

The pagination component is designed to be used with the Flop.Phoenix library.

Attribute Type Documentation Default Value
Required meta * %Meta{}

The meta information of the query as returned by the Flop query functions.

Read more Read less
Required path * :any

The path to the current view is patched with updated query parameters when a

Read more Read less

pagination link is clicked.