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>
Aliquam amet at ipsam iste ut. Sunt porro qui rerum voluptatem. Iste labore est velit rerum aut. Consequuntur est saepe eum molestias est repudiandae.

# Title

The title parameter sets the title of the block

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

Title box

Ullam quis illum temporibus qui nulla ea et. Dolorum dolor molestias id possimus. Qui illo est dolore doloribus. Temporibus distinctio quibusdam commodi blanditiis magnam.

# 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>
Corrupti qui qui aut enim est et laboriosam quod. Doloribus voluptas quidem eos perferendis. Molestiae officiis fuga fugit ab officiis quod porro. Dolor modi tempore et maiores nisi.