Box

You're browsing the documentation for an old version of MoonShine. Consider upgrading your project to MoonShine 2.x.

# Basics

To highlight content, you can use the moonshine::box component

<x-moonshine::box>
{{ fake()->text() }}
</x-moonshine::box>
Alias dolorem nesciunt aut non occaecati voluptas. Repudiandae sint non veniam nam non. Iure nihil mollitia repellat. Repudiandae voluptates porro expedita tempora.

# Title

The title parameter sets the title of the block

<x-moonshine::box title="Title box">
{{ fake()->text() }}
</x-moonshine::box>

Title box

Quod dicta optio dignissimos eos a error. Deleniti optio distinctio voluptatum ipsa deserunt placeat. In praesentium ratione tempora. Aut tenetur dolorem accusamus et.

# Dark style

You can set a dark style for a block by specifying the dark parameter with the value TRUE

<x-moonshine::box :dark="true">
{{ fake()->text() }}
</x-moonshine::box>
Est occaecati debitis esse reiciendis rem. Saepe inventore rerum iste perspiciatis quis error. Et dolor corrupti pariatur. Tempora non molestiae et quibusdam dolorem.