Skip to content

feat(*): pagination in book grid

Pokhi requested to merge feature/22-ui-dashboard-pagination into main

#22 (closed)

Changes proposed

  1. Update the BookGrid component to use the common List component
  2. Added pagination support in the BookGrid component using List component
  3. Update the BookGrid story to show usage with pagination
  4. Removed Spin loader from the Dashboard component as it handled by BookGrid component using the loading prop of List
Edited by Pokhi

Merge request reports