Examples
Use for pagination at the bottom of lists.
Use pagination to let merchants move through an ordered collection of items that has been split into pages. On the web, pagination uses buttons to move back and forth between pages. On iOS and Android, pagination uses infinite scrolling.
Use for pagination at the bottom of lists.
Add a label between navigation buttons to provide more context of the content being viewed by the user.
Use for lists longer than 25 items. In mobile apps it’s natural to scroll to the bottom of the screen to load more items.
Add a label between navigation buttons to provide more context of the content being viewed by the user.
Use for lists longer than 25 items. In mobile apps it’s natural to scroll to the bottom of the screen to load more items.
On all platforms, pagination should:
Web pagination should:
iOS and Android pagination should: