Skip to content

Expander

A collapsible section that toggles content visibility.

Examples

vue
<Expander label="Show advanced options">
  <p>Here is the hidden content.</p>
</Expander>

Model

NameType
v-model:openboolean

Props

PropTypeRequiredDefault
labelstringNo