Home > General Components > Pagination

Pagination

@wq/material’s <Pagination/> component is used on list views with more records than can fit on one screen.

Source

While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:

  • Pagination.js (@wq/material-web)
  • Pagination.js (@wq/material-native)

The @wq/material-native implementation is currently just a placeholder.