Popularity
7.8
Growing
Activity
0.0
Declining
20
5
13

Monthly Downloads: 13
Programming language: Haskell
License: MIT License
Tags: Web     Yesod    
Latest version: v1.1.1.0

yesod-paginator alternatives and similar packages

Based on the "yesod" category.
Alternatively, view yesod-paginator alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of yesod-paginator or a related project?

Add another 'yesod' Package

README

yesod-paginator

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](./example/Main.hs). Run it with

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

Development & Tests

stack setup
stack build --pedantic --test

[CHANGELOG](./CHANGELOG.md) | [LICENSE](./LICENSE)


*Note that all licence references and agreements mentioned in the yesod-paginator README section above are relevant to that project's source code only.