Project

General

Profile

ClientProject #2837

Updated by Nazmul Hossain Shovon 8 months ago

**Description of Changes:** 

 * Added a new Pagination component in Pagination.tsx to provide paginated navigation for lists. 
 * Integrated the Pagination component into the ProductSection component, displaying it below the product grid. 
 * The pagination UI includes previous/next buttons, page numbers, ellipsis for large page sets, and a summary of the current item range.

Back