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>

Expedita soluta minima sed. Corporis voluptatem tempore aut error. Est unde aut iusto quidem nemo pariatur numquam atque. Aliquid et sit optio voluptatibus non facilis.

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

Non perferendis repellendus ut nesciunt libero repellendus non. Minus maiores optio commodi tempore.

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

Voluptatum dolorem iure eos rem. Omnis aut voluptatem aut nihil optio sit. Aperiam veniam repellat cumque laborum est et aut. Eaque qui sapiente et ipsa iusto dignissimos.