Actions
ClientProject #3731
openClientProject #3702: [COMMON]: Components Design and API Integration
[C-FE]: Pagination component design & API integration
Description
1. Pagination Component Design¶
-
Design a reusable pagination component.
-
Display based on product data:
- Total items
- Items per page
- Current page / Limit
-
Include navigation buttons for previous, next, first, and last pages.
-
Highlight the active page clearly.
2. API Integration¶
- Integrate with product data API to fetch paginated results.
- Ensure proper handling of page change events to update the product grid dynamically.
- Handle edge cases such as no data, last page, and single-page results.
3. Responsiveness¶
- Ensure pagination component works seamlessly across mobile, tablet, and desktop breakpoints.
Actions