Collapse

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

# Basics

The moonshine::collapse component allows you to collapse content

<x-moonshine::collapse title="Hide / Show">
{{ fake()->text() }}
</x-moonshine::collapse>

Dicta alias minus soluta nisi. Consequatur rem provident accusamus fugiat voluptas quam alias. Aliquam optio autem error consequatur. Magni delectus voluptas qui qui facere velit.

# Show expanded

If the show parameter is set to TRUE, then by default the block will be displayed expanded

<x-moonshine::collapse title="Hide / Show" :show="true">
{{ fake()->text() }}
</x-moonshine::collapse>

Non eligendi quisquam provident aut reiciendis nemo. Qui ut id voluptates in. Voluptatibus repudiandae nulla iste quo et. Optio dolor nostrum nam veniam. Dolore molestias molestias eum velit amet.

# Save state

If the persist parameter is set to TRUE, then the state of the block will be saved

<x-moonshine::collapse title="Hide / Show" :persist="true">
{{ fake()->text() }}
</x-moonshine::collapse>

Repellendus velit voluptas ducimus adipisci. Minus rerum error est ut iusto occaecati. Libero voluptas dolorem repellat. Velit sit delectus quam iste.