material-ui-pagination
material-ui-pagination copied to clipboard
Custom elements
What about accepting custom react component as left/right navigation buttons?
I think we cam extend the compo to provide optional properties for this.
<Pagination firstPageIcon={<MyIcon />} lastPageIcon={<OtherIcon />} />