Function taking take items from the collection after skipping skip items
Count of items which should be displayed on one page
Total number of items in the collection
CSS style hook for PaginatedList component
Helper React Component, creating pagination for collection of elements. It handles the page switching itself, children for this component is therefore expected in form of function returning slice of data based on take and skip parameters.
Generated using TypeDoc
React props for PaginatedList component