svelte-notifications
svelte-notifications copied to clipboard
Simple and flexible notifications system
### I love what this project has done, thank you for taking your time to make it happen. I have a few suggestions that would be a worthy addition to...
The example shows ``` import App from './App.svelte'; ... ``` But that's not compatible with Sveltekit, I don't think?
[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. [email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
https://github.com/keenethics/svelte-notifications/issues/73
I'm using sveltekit 1.27.4 and transitions are not working on both the default notification and custom notification Here's my `CustomToast.svelte` component ```js import Icon from '@iconify/svelte'; import { onMount }...
Hello there, I added the default config as props of Notifications component. I'd like to know if the implementation is okay with you and I can document it then. I...
I am writing a Svelte*kit* app, and I encountered a very annoying issue, and that is that the component doesn't support SSR. Even moving it to dependencies didn't help. Can...
The behaviour is always used, a setting to disable it should be easy to add.