c-list-pagination 
A component that provides an interface for modifying the pagination parameters of a ListViewModel.
This is a composite of c-list-page-size, c-list-range-display, and c-list-page, arranged horizontally. It is designed to be used above or below a table (e.g. c-table).
Example Usage 
template
<c-list-pagination :list="list" />Props 
list: ListViewModel
list: ListViewModelThe ListViewModel whose pagination will be editable.
pageSizes?: number[]
pageSizes?: number[]An optional list of available page sizes to offer through c-list-page-size. Defaults to [10, 25, 100].