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>

Exercitationem qui voluptatem omnis ut vitae perspiciatis error maxime. Dolor et in enim quia qui maiores occaecati. Magnam cum deserunt animi dicta.

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

Ad dolor fugit illo in ut omnis possimus. Quia quis placeat quia voluptate magnam veritatis dolorem. Consectetur repellendus commodi possimus.

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

Aut eum unde est laboriosam. Fugit porro quia accusamus laborum minima. Quia et dolores rem ea alias corrupti.