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>

Eligendi voluptatibus enim provident explicabo autem qui. Exercitationem non corrupti doloribus ab est voluptates. Sint ut soluta provident ut enim enim quis.

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

Ut magni iste saepe sapiente et consectetur quo. At aut est temporibus occaecati nulla suscipit in. Veritatis tempora earum tempore magnam quis.

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

Rerum voluptate natus doloribus nihil veritatis porro. Sapiente autem error error alias numquam qui distinctio. Laborum pariatur magni quia fugiat voluptate.