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>

Quis perferendis sint velit minima ad ut. In amet velit incidunt dolores aliquid sint. Quod quidem corporis optio velit repellendus ipsa totam. Est repudiandae veritatis sit.

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

Esse rerum qui magni qui porro omnis accusamus. Consequatur exercitationem dolorem vel 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>

Impedit saepe ea omnis quidem. Aliquid accusantium non provident aperiam molestiae provident nam voluptate. Non qui reprehenderit qui sint dolorum placeat praesentium.