Components

Notifications

Used to create MoonShine layouts.

The Notifications component adds an element to layout for displaying notifications in the form of a dropdown.

Notifications::make()
<x-moonshine::layout.notifications/>

By default, in the standard layout, the Notifications component is located in the Header component, but it also fits well into the Sidebar. To place Notifications in the sidebar, you can use the sidebar Top Slot() method.

For more information about notifications, see the Notifications section.