Pagination example
Without next link
How it looks (preview)
How to call this example
<%= render "components/pagination", {
previous_href: "/page/2",
items: [
{
href: "/page/1"
},
{
href: "/page/2"
},
{
href: "/page/3",
current: true
}
]
} %>