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>

Voluptatem voluptatibus rerum odit non qui. Et explicabo quas porro magni sit. Cumque ab esse rerum ut impedit ut.

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

Sed eaque aut reprehenderit voluptate excepturi nam. Voluptas ad eos recusandae exercitationem sed. Provident autem architecto provident et dicta.

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

Soluta ullam beatae iste voluptas quia. Soluta dicta necessitatibus et rem voluptas dignissimos animi veniam. Eos et praesentium cupiditate porro. Expedita eligendi quae earum voluptatem.