Pagination

A component that lead user to specific of the page by displaying the pages number

Current page is : 2


  • 1
  • 2
  • 3
  • 4
  • 5
  • ...
  • 30


  • 1
    2  <Pagination
    3    count={10}
    4    defaultPage={2}
    5    onPageChange={number => number}    
    6  />
    7