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

🍞πŸ₯‚ Buttery smooth toast notifications for Svelte

Results 28 svelte-french-toast issues
Sort by recently updated
recently updated
newest added

> Depends on #39 Since component testing has not been setup yet, I opted to introduce it in it's own PR. ~Until #39 is merged, [this](https://github.com/thenbe/svelte-french-toast/compare/inline-direction...component-tests ) diff may be...

The API surface isn’t very well documented outside of a few common use cases that are listed on the website. As this library grows, we need better docs. We could...

Hello, I would like to be able to pass additional props when using a Svelte component as the message

When using this library on android chrome mobile, the root wrapper `` is making any scroll anywhere on the website laggy: it feels like an fps drop, scroll is not...

This PR aims to solve the following issues for `toast.promise` - support dynamic toast message based on promise's result, fallback to the static message provided initially - handle edge case...

By default the notification seem to have functionality that allows them to stay on the screen while hovered. Is there a way to disable this? The reason is that I...

enhancement

Hi! I have a question about **dismissing the notification**. You have an example of 'Rich content' toast: ` Custom and bold toast_.dismiss(toast.id)}>Dismiss ` and advice to use toast such this:...

First of all, thank you very much for this great component! :) Currently, the svelte-french-toast library positions toasts with a default "fixed" positioning, which centers them relative to the entire...

enhancement

For https://github.com/kbrgl/svelte-french-toast/issues/15

Is `ToastBar` intended to be called separately, or is using `Component` in `ToastBar` an old API? https://github.com/kbrgl/svelte-french-toast/blob/c71e38a565966665bb56787e28caccad1a5ea152/src/lib/components/ToastBar.svelte#L29 I have seen your blog post, which seems to suggest passing `Component` to...

bug
documentation