Class

StyledPagination

StyledPagination(props) → {React.ReactElement}

Constructor

# new StyledPagination(props) → {React.ReactElement}

Overview

The Pagination component from Material-UI library with custom styling. For full documentation check out Material-UI docs on Pagination.

Usage

A position of the component determines whether a margin-bottom (position='top') or a margin-top (position='bottom') attribute should be added.
Parameters:
Name Type Description
props Object

Any other props will be forwarded the Pagination component.

position "top" | "bottom"

Specifies the position of the component.

View Source Utils/Navigation/StyledPagination.js, line 51

React.ReactElement