svelte-paginate
svelte-paginate copied to clipboard
A Svelte plugin for paginating your data in no time
Hey there, today I was trying to use `svelte-paginate` in my Golang-Buffalo-Project, which runs a webpacke-configuration of `svelte` using `svelte-loader` as described in the official documentation. I run into a...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.2 to 3.2.7. Changelog Sourced from vite's changelog. 3.2.7 (2023-05-26) fix: port #13348 to v3, fs.deny with leading double slash (#13349) (0574f80), closes #13348 #13349 3.2.6 (2023-04-18)...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
If we use "next" or "prev" slot to change contents to `` instead of event, then there is no option check is element disabled or not. It could be fixed...
Hi there, Is there a way to customise LightPaginationNav footer to display currentPage/TotalItems type pagination? I tried currentPage/TotalItems but it displays it number of times the total items. for example...
Hello! Is there any way to add own styles to LightPaginationNav? I don't want to edit the package. Thanks!
`svelte-paginate` could be more accessible by making a few small changes. 1. Update the `` to be a `` (remove default styling) 2. Add `aria-selected=true` to the button that matches...
Hello there! When upgrading some dependencies in my project, I got the following warning in the console from [sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte): _WARNING: The following packages have a svelte field in their package.json...