How do correctly use the notification component?
Im quite new to filament and i'm trying to use the notifications component individually.
Something like :
<x-filament-notifications::notification :notification="$notification"/>
now im just wondering what kind of data do I have to pass to the component in order for it to work? Im trying to show a notification using filament's notification but outside filament, but I just can't get it to work.
My explanation might be quite confusing but I hope you understand what I'm trying to do. Im open for suggestions. Thank you in advance
0 Replies