Basically a duplicate of #6, but for pagination.
Right now there is no clean way to target the <li> and the <button> that are created under the hood when using the render prop renderPaginationItems. We ought to expose the <PaginationItem /> component to allow for further customization of the automatically rendered <li> and <button> tags.
Basically a duplicate of #6, but for pagination.
Right now there is no clean way to target the
<li>and the<button>that are created under the hood when using the render proprenderPaginationItems. We ought to expose the<PaginationItem />component to allow for further customization of the automatically rendered<li>and<button>tags.