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
| Prop | Type | Default | Description |
|---|---|---|---|
| title | String | required | Section heading |
| collapsed | Boolean | false | Start collapsed |
Slots
| Slot | Description |
|---|---|
| default | Control components within this section |