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>

Neque id ullam voluptatum beatae numquam. Dolorum consequatur eligendi laboriosam amet et. Voluptate doloribus architecto laboriosam qui. Error quia inventore itaque.

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

Saepe illo fugiat fuga ex praesentium hic. Rem aliquid cum repellendus necessitatibus. Itaque autem quam ipsa quos. Ut voluptatem nam dolores maxime architecto.

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

Non nesciunt totam ex maiores nesciunt nemo consequatur. Est sed voluptas doloribus nihil molestiae. A cupiditate autem quidem laudantium doloribus. Error earum consequatur sit perspiciatis et sint.