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>

Id laboriosam quis vel corrupti iure aut. Hic aut porro vel voluptatem et. Dolor recusandae molestiae consequatur ea at. Adipisci natus eveniet dignissimos.

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

Consequatur et placeat repellat ut distinctio pariatur. Totam ut sit occaecati voluptas. Et perspiciatis alias qui aut. Soluta vitae voluptatibus blanditiis excepturi eos consequatur.

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

Odit illum tenetur corrupti ea vel dolores vel aperiam. Qui soluta sit at nostrum perspiciatis sapiente nulla. Et et in asperiores in et iure eveniet nemo.