Components

Assets

Used to create MoonShine layouts.

The Assets component is designed 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.