DevControlSection

components/dev/ControlSection.vue

Collapsible section within a DevControls panel. Groups related controls under a titled header with show/hide toggle.

Layouthide
Colorsshow
Optionshide
components/dev/ControlSection.vue

Usage

<DevControlSection title = "required" :collapsed = "false" > Content here </DevControlSection>

Props

PropTypeDefaultDescription
titleStringrequiredSection heading
collapsedBooleanfalseStart collapsed

Slots

SlotDescription
defaultControl components within this section

Related