AdeleD / react-paginate

A ReactJS component that creates a pagination
MIT License
2.76k stars 628 forks source link

How to add custom pageviews #502

Open carlospence opened 1 year ago

carlospence commented 1 year ago

Hi,

Most of my React web apps are always mobile first. So I have this use case that looks like this image

This implies having a custom page list view. I modified the library and this is the result

image

I have another use case wherein the custom page list view will be a calendar popup with highlighted dates.

I would love to submit a PR if this feature is deemed necessary.