Pagination

<Pagination
pages={[1, 2, 3, 4, 5]}
currentpage={2}
onItemClick={page => {
console.log(page)
}}
/>