Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add pagination component #17

Open
anwarulislam opened this issue Jun 20, 2024 · 1 comment
Open

feat: add pagination component #17

anwarulislam opened this issue Jun 20, 2024 · 1 comment
Assignees
Labels
fosshack Relegated for FOSS Hack Partner Projects Programme

Comments

@anwarulislam
Copy link
Member

anwarulislam commented Jun 20, 2024

Implement a reusable pagination component that allows users to navigate through large datasets efficiently.

Functionality:

  • Next/Previous Buttons: Provide buttons to navigate to the next and previous page of data.
  • Page Numbers: Display a list of page numbers for easy navigation.
  • Limit: Allow users to specify the number of items displayed per page.
  • Current Page Indicator: Clearly indicate the currently viewed page.
  • Accessibility: Ensure the component is accessible to users with disabilities.
@anwarulislam anwarulislam added the fosshack Relegated for FOSS Hack Partner Projects Programme label Jun 20, 2024
@The-x-35
Copy link

I have taken part in the foss hack event and request you to assign this issue to me under the event.
My approach to solve this issue would be to add the Pagination component as a new component in the src/components folder and then add the related story to it in the stories folder and then test the code. I will use the shadcn pagination component and the pagination component at the bottom of google search page for reference and will show the page numbers, back and forward arrow and will highlight the current page.
If there is anything more I need to do please guide me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fosshack Relegated for FOSS Hack Partner Projects Programme
Projects
None yet
Development

No branches or pull requests

2 participants