mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Detail
Allows for collapsable content
Usage
<v-detail />
Props
| Prop | Description | Default |
|---|---|---|
active |
Used with v-model |
false |
label |
Label of detail | $t('toggle') |
Events
| Event | Description | Value |
|---|---|---|
toggle |
New active value of divider | boolean |
Slots
| Slot | Description | Data |
|---|---|---|
| default | Content of the detail section | |
title |
Content to render in divider | { active: boolean } |
CSS Variables
n/a