Introducing react-clientside-pagination β A Lightweight, Customizable React Pagination Component (Feedback Wanted! ππ) #177803
Replies: 1 comment
-
|
π¬ Your Product Feedback Has Been Submitted π Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward β©
Where to look to see what's shipping π
What you can do in the meantime π»
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. β |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
Hey everyone π,
Iβve recently published a new open-source package called react-clientside-pagination, a lightweight and flexible React pagination library built for modern front-end projects.
Itβs designed to make pagination simple, customizable, and accessible, whether you want a fully-controlled pagination setup or a plug-and-play experience that just works out of the box.
Key Features
β Works with any array of data (users, products, cars, etc.)
β Controlled & Uncontrolled modes
β Custom Rendering with your own UI via renderItem
β Fully Accessible (ARIA-friendly & keyboard-navigable)
β Responsive and Style-Agnostic, works with Tailwind, CSS modules, or Styled Components
β Smart Ellipsis for large page ranges
β Headless Hook API (usePagination) for full control
Installation
npm install react-clientside-paginationNPM: https://www.npmjs.com/package/react-clientside-pagination
Quick Example -> you can check here :
https://github.com/tranquillite-007/react-clientside-pagination
How You Can Help
Iβm currently looking for feedback, and contributors to help refine the package before I release v1.1.0.
You can help by:
π§ͺ Trying it out in your React project
π Reporting bugs or edge cases
π¬ Sharing suggestions or feature ideas
β Starring the repo if you find it useful
If you have a use case or integration idea , Iβd love to hear it!
Letβs Collaborate
Drop your feedback below, or open a discussion/issue in the repo.
Iβll be actively responding and integrating community feedback.
Thanks for taking the time to check this out , your input means a lot! π
π NPM: https://www.npmjs.com/package/react-clientside-pagination
β Give it a star if you like it , it really helps others discover the project!
Beta Was this translation helpful? Give feedback.
All reactions