I try to create a starter app with Capacitor and Svelte. Everything works fine except one thing, when I use native html anchor ( with svelte-routing) for naviga
I have the following code to list all folders within a directory, and it maps each folder's name and date created. I'm struggling to get the last modified file
I am trying to add Turborepo to my Svelte apps but looks like the npx create-turbo@latest command and also the examples currently only support NextJs. How can I
I am trying to create a custom checkbox using Svelte and compile it to a custom element (with customElement: true) but I don't know what way is the proper way o
I'm trying to have a gantt chart with all 12 months in it. I'm doing this by setting the from & to values to currentDate.clone().endOf('year') & current
My desired goal is that when I keyboard to the right outside of the flexbox, I want to push the other items to the left so I can see the terms in the overflow,
Any idea why the once modifier doesn't work on form submitting in Svelte? In the following example: <form action="./" on:submit|preventDefault|once={() =>
I need a bit of understanding for serving a Sveltekit app from a subdirectory. My company will serve the app from a subdirectory called /activ. I figure it's ea
how to authenticate with svelte and jwt how to use jwt with svelte I can't find an example of authentication using only svelte and jwt, no external providers. i
In my sveltekit app, i have an embedded application via iframes, and when the user goes to the url it essentially loads that relative url within the iframe (for
I want to use apply to define some css setting on a component, and I also want to be able to overwrite it, like this: <!-- CustomButton.svelte --> <scr
I want a static page that loads content dynamically based on URL, for example like this: https://example.com/pokemon/id It can load on the server or on the clie
This fallback component={NotFound} is the only way i found for error pages but returns a component page with server code 200, i'd like to get code 404. Is there
I would like to display a version that is declared in the package.json file in the footer of my site How can I do this? I found this FAQ explanation in their do
Was making a svelte implementation of a near app. We have a button that connects to the testnet network. It will open wallet to sign in. When successful, it wil
I read this answer about how to wait for component render but it is not working in case of svelte:head this is my code <svelte:head> {#if $theme ===
I'm having a devil of a time figuring out how to build a single .js file from Vite in my Svelte project that includes all of the built javascript and CSS from m
I'm creating a Wordle like app with an on-screen keyboard. When developing on desktop and using dev tools to simulate a mobile screen, it looks fine. But when I
I was configuring with my SvelteJS and Tailwindcss project with DaisyUI. But every time I add DaisyUI to a Project the background color becomes black. Maybe it'
I'm trying to use Svelte and it's my first time so sorry for maybe the stupid question. I read the Svelte documentation but I'm stuck with a simple problem. Bas