Components

Assets

The Assets component is used to include scripts and stylesheets into the HTML page, added through AssetManager.

The Assets component also includes system styles and scripts.

use MoonShine\UI\Components\Layout\Assets;
 
Assets::make();
<x-moonshine::layout.assets />

Parent component: head