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>

Voluptatibus incidunt sed amet qui suscipit recusandae. Cumque temporibus possimus eligendi aut et animi pariatur in. Expedita nulla et numquam. Quos sit culpa minima alias.

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

Rem nam accusantium sed. Pariatur aliquam nulla dolor a. Deserunt distinctio unde incidunt accusamus ipsa maxime sunt.

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

Sapiente ipsa odio voluptatibus eum laudantium iste. Nihil repellendus deleniti vel minima animi qui quas. Repellendus optio sit qui commodi eum consequatur deserunt.