purposeindustries / intellyo-application-design-system

http://ux.intellyo.com
MIT License
5 stars 0 forks source link

Pagination component #27

Open madbence opened 7 years ago

madbence commented 7 years ago
<Pagination page={current} onPage={fetch} range={2} count={500} prev next first last />

maybe pagination should be dynamic, so instead of page we can deal with offsets, and pageSize can be dynamic?

kristofdombi commented 6 years ago

@ruffle1986 this might be interesting for you when you're going to work on the pagination. ⏫