svelte-loading-spinners icon indicating copy to clipboard operation
svelte-loading-spinners copied to clipboard

A collection of loading spinner components for SvelteJs

Results 12 svelte-loading-spinners issues
Sort by recently updated
recently updated
newest added

Svelte 5 with the vite-plugin-svelte] shows the below warnings. More info: https://github.com/sveltejs/svelte/issues/11052 Workaround: run the command: `npx svelte-migrate self-closing-tags` in the folder: `node_modules/svelte-loading-spinners` ``` [vite-plugin-svelte] node_modules/svelte-loading-spinners/ArrowDown.svelte:8:0 Self-closing HTML tags for...

close #56 This PR replaces self-closing HTML tags for non-void elements from the component and suppresses the display of warnings in Svelte5. At the same time, the versions of prettier...