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>

At rerum facilis debitis rerum temporibus et velit. Aliquam ut vero qui et quia ut quisquam et. Perferendis possimus totam amet voluptates laboriosam. Nihil hic placeat natus quo earum dolorum.

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

Fugit similique qui non quo cumque facere. Tenetur eum sit iusto mollitia consequatur odio ut. Voluptatum libero est labore eum harum quo. Nihil itaque officia unde inventore.

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

Beatae minima molestias cum consectetur aut ut quisquam. Sapiente in quos optio asperiores assumenda.