Pagination
- Usage
 - Showcase
 
Pagination component is the control to navigate through multiple pages.
Do's
- place the pagination below the list of items
 
Don'ts
- don't replace this component with an "infinite scrolling" feature
 
When to use
- to show long lists otherwise redundant scrolling in one page
 
When not to use
- don't use to break unrelated content on different pages