svelte-toast icon indicating copy to clipboard operation
svelte-toast copied to clipboard

Simple elegant toast notifications

Results 33 svelte-toast issues
Sort by recently updated
recently updated
newest added

@zerodevx here is how I use the library Import ``` import {SvelteToast, toast} from '@zerodevx/svelte-toast' const options = {} ``` Set the component `` On Form Submit `toast.push('Hello world!')` This...

Hello, Would it be possible to pass a Svelte component while using the vanilla version of this library (importing from the `dist` folder)? For clarification, this is an app which...

### Explanation By default, the toast is not selectable and you can click through (which is the desired effect in most cases). However, when there are buttons or any other...

enhancement

last but one item shifts to the right side ![ScreenFlow](https://user-images.githubusercontent.com/3968373/202483295-ba1d6d8f-3328-48d2-a32d-6aa7a29c571b.gif)

enhancement

By default the toast slides in from the side and then fades away. Is there a way to make the toast slide out instead of fade out when expired?

enhancement

Module not found: Error: Package path . is not exported from package

4:34:55 PM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. @zerodevx/[email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details. this happens with "@sveltejs/vite-plugin-svelte":...

Hi, I want to close a Toast used for confirmation with `toast.push({ component: {...})` How it's possible to close toast if user page changed ? For now, toast persist.. Thanks...

I see that there is a recommended way to clear all toasts using JS: https://github.com/zerodevx/svelte-toast/issues/20, but it would be nice if there was a default "Clear All" button that would...

enhancement

Has there been any movement on a release that supports svelte 5? https://svelte.dev/blog/svelte-5-release-candidate

enhancement