ux
ux copied to clipboard
Consider pagination component
I've got a pagination component which might be useful.
Please consider adding it to the UX.
@ben-girardet @EisenbergEffect any thoughts on this
Seems useful to me. @MaximBalaganskiy Can you share a bit about how it works with some html examples?
It's not doing much - displays a defined number of pages out of the total and updates a selected page number. Tries to keep the selected page in the centre of the range by moving the visible pages window.
Live demo https://gist.dumber.app/?gist=adf2cb1524a26176e08b79f5442672b1
Thanks @MaximBalaganskiy Seems like a nice addition to me.