-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why so many issues for such as simple plugin? #51
Comments
|
@dvlden You can look how I customized this package a little in my lib: https://ui-thing.behonbaker.com/components/vuesonner The implementation can be found here: https://github.com/BayBreezy/ui-thing/blob/main/components/Ui/VueSonner.client.vue Hopefully this answers a few of your questions. |
<< Created a new issue, thanks for the quick reply to @warflash ! >> |
@idk-floppy Would be nice if you could open a seperate issue and put a reproduction of your code/issue there. |
Okay, thank you for the quick answer! |
Everything below tested in Nuxt 3.
<Toaster />
is used within<ClientOnly>
componenttoast.custom(VSonner)
does not really do anything!important
unstyled
totoastOptions
does not do anythingAlso, if someone managed to make headless option work, does it receive props or something to get idea if it's warning/error/success/info, what's the title/description, etc? Otherwise, from the docs, headless options seems more like
static
toast, rather than headless (fully customizable)Please let me know how to make it work properly?
The text was updated successfully, but these errors were encountered: