material-ui-pagination icon indicating copy to clipboard operation
material-ui-pagination copied to clipboard

Custom elements

Open yankouskia opened this issue 7 years ago • 1 comments

What about accepting custom react component as left/right navigation buttons?

yankouskia avatar Sep 26 '17 20:09 yankouskia

I think we cam extend the compo to provide optional properties for this.

<Pagination firstPageIcon={<MyIcon />} lastPageIcon={<OtherIcon />} />

lucianobustos avatar Mar 22 '18 15:03 lucianobustos