ux icon indicating copy to clipboard operation
ux copied to clipboard

Consider pagination component

Open MaximBalaganskiy opened this issue 4 years ago • 4 comments

I've got a pagination component which might be useful. Please consider adding it to the UX. pagination

MaximBalaganskiy avatar Jun 11 '20 00:06 MaximBalaganskiy

@ben-girardet @EisenbergEffect any thoughts on this

bigopon avatar Jun 11 '20 03:06 bigopon

Seems useful to me. @MaximBalaganskiy Can you share a bit about how it works with some html examples?

EisenbergEffect avatar Jun 12 '20 04:06 EisenbergEffect

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

MaximBalaganskiy avatar Jun 14 '20 02:06 MaximBalaganskiy

Thanks @MaximBalaganskiy Seems like a nice addition to me.

EisenbergEffect avatar Jun 14 '20 17:06 EisenbergEffect