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>

Eos dolore quidem consequatur et. Id totam provident omnis ut facilis. Est consequuntur sequi deserunt atque qui nesciunt voluptatem minima. Repellat quas officia voluptas rerum non.

# 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>

Et sunt voluptatibus fugiat omnis impedit. Ullam aut sunt hic ullam voluptatum nesciunt ipsa voluptas. Nisi voluptatem in cupiditate facere.

# 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>

Et in odit non voluptates optio sit tempore. Labore eveniet minima et velit rerum eligendi. Mollitia veniam quas temporibus modi.