Pagination example

Without previous or next links

How it looks (preview)

How to call this example

<%= render "components/pagination", {
  items: [
    {
      href: "/page/1"
    },
    {
      href: "/page/2"
    },
    {
      href: "/page/3"
    }
  ]
} %>