Wolfr
Wolfr
I stumbled upon this because an “accessible table” problem occured again in another project. I noticed I never got to answering this. My recommendation would be to avoid the problem,...
Not very urgent, since in our big government project we don't use this pattern at the moment. However this was on my mind. Here's a codepen which shows the idea...
Since Svelte is a compiler and has no virtual DOM; and any Svelte project itself can compile as a web component, it would be a bit weird to try and...
 If you make the eyes different, then it looks less creepy.
@ImSingee running this command first helped me out of a pickle when installing supabase, which also seems to depend on better-sqlite3 (in a Sveltekit context). Thank you.
I'm not sure if Routify really supports this use case.
Similar to this component in Chakra UI. I envision this to be a separate component from `` but with a similar API. We should test the situation then where an...
I made a branch for this, but having trouble importing SVG into Vite.
It might interesting to restrict some components to what they are meant for, by using for example `export let title` instead of using a ``. Although this means the framework...
https://svelte.dev/repl/78f379fb848b44bb94e743d39071cf27?version=3.32.3 Found this REPL, some code could be useful for integrating tooltip.