svelte-french-toast
svelte-french-toast copied to clipboard
🍞🥂 Buttery smooth toast notifications for Svelte
Hi! Forgive me if it seems like a basic quesiton, I'm still learning Svelte(kit). I have a `Form` component with `use:enhance` attached, sending data to the `+page.server.js` with POST and...
I have no idea as to why this is occuring ``` SvelteKitError: Not found: /dashboard/Toaster.svelte at resolve (~\node_modules\@sveltejs\kit\src\runtime\server\respond.js:522:13) at resolve (~\node_modules\@sveltejs\kit\src\runtime\server\respond.js:322:5) at resolve (~\node_modules\@sveltejs\kit\src\exports\hooks\sequence.js:115:9) at routing (~\src\hooks.server.ts:96:25) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)...
Writing the following gives me an error on `props`: ```js toast(CustomToast, { props: { someProp: "⭐" } }) ``` error: ``` Object literal may only specify known properties, and 'props'...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250 Commits aac695e release: v4.5.3 96a7f3a fix: fs.deny...
Hey. I have been trying to create a `Rich Content` toast and had troubles passing down props, like so: ```ts toast(RichComponent, { props: { someProp: "⭐" } }); ``` I...
https://svelte-french-toast.vercel.app/ examples section. Dark mode button opens a light toast.
I'm experiencing an issue with svelte-french-toast. When I use the Dialog element (modal), it appears to be positioned behind the dialog instead of on top of it. I suspect that...
When a toast is modified, its height can change, which should update the toast offsets for all other toasts. For example, in the below code the updated toast is stacked...
I'm not sure if I missed it, but it'd be great to be able to pass in classes to the toast call function, for example to use Tailwind to style...
I currently have the toaster element inside +layout.svelte, but as soon as i change the window location the toast dissapears, is there a way to fix that?