Packages
drab_pagination
0.1.0
An elixir library to paginate ecto tables using drab. The library can, for example, be used to create infinity scrolling.
Current section
Files
Jump to
Current section
Files
drab_pagination
README.md
README.md
# Pagination
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `drab_pagination` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:drab_pagination, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/drab_pagination](https://hexdocs.pm/drab_pagination).