Skip to content

Instantly share code, notes, and snippets.

@mrcthms
Created September 27, 2018 08:56
Show Gist options
  • Save mrcthms/f38add2d1dca07aff6842d0f4269bf6f to your computer and use it in GitHub Desktop.
Save mrcthms/f38add2d1dca07aff6842d0f4269bf6f to your computer and use it in GitHub Desktop.
<Pagination
aria-label="Pagination Navigation"
currentPage={1}
element="span"
items={[
{
onClick: () => { setState(1) }
},
{
onClick: () => { setState(2) }
},
{
onClick: () => { setState(3) }
},
{
onClick: () => { setState(4) }
},
{
onClick: () => { setState(5) }
},
]}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment