Wolfr / sveltekit-jui

Sveltekit-JUI is a kit of UI components to be used in conjunction with Svelte and Svelte Kit
https://sveltekit-jui-wolfr.vercel.app/
Other
44 stars 3 forks source link

Improve pagination component API #47

Open Wolfr opened 3 years ago

Wolfr commented 3 years ago

Render amount of pages based on a totalPages prop; using a range function (lodash) to derive any ... positioning.

Edit: here's the beautiful Vue code from previous project. Would like something similar. https://gist.github.com/Wolfr/39c4457fb3abf5d370bb767b38354553

PaxPax commented 3 years ago

I could take a look at it, not familiar with vue though.