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 amargin-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. |
React.ReactElement