Aller au contenu

Rendering notifications outside of a panel

import Aside from "@components/Aside.astro"

Introduction

To render notifications in your app, make sure the notifications Livewire component is rendered in your layout:

<div>
    @livewire('notifications')
</div>

Now, when sending a notification from a Livewire request, it will appear for the user.