Skip to content

pbrisbin/yesod-paginator

Repository files navigation

yesod-paginator

Hackage Stackage Nightly Stackage LTS CI

Handle a database query and/or array-math to paginate a list and produce a page of items along with a pagination widget for navigating them.

Usage

See the top-level module documentation.

Examples

See the example. Run it with

stack build --flag yesod-paginator:examples
stack exec yesod-paginator-example

Development & Tests

stack setup
stack build --pedantic --test

CHANGELOG | LICENSE