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>

Aperiam dolores veniam sed consequatur. Cumque soluta inventore eius sunt sapiente dolore facere non. Et et debitis placeat nesciunt voluptatem.

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

Totam suscipit et maiores optio cupiditate. Recusandae dignissimos optio libero est. Quia eos illo aut tempora. Corrupti ea odit quasi molestias illo eum doloremque.

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

Ea sunt quae officia porro molestias voluptas. Qui impedit sed doloribus dolores dolore autem incidunt. In accusamus ut enim voluptatem.