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>

Qui rerum animi qui aliquam libero laboriosam. Voluptatem dolores voluptatem reprehenderit tempore cum. Minus velit sit officia similique at quod.

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

Ea ut quibusdam praesentium vitae. Et quia ipsa sapiente sunt. Sit neque saepe ad atque. Praesentium incidunt sequi est magni facere repellat aut.

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

Vitae suscipit temporibus dolorem voluptatem consequatur reprehenderit. Ratione nostrum odio consequatur magni maxime aut laborum facilis. Ab velit nihil commodi impedit sit reprehenderit hic.