DescriptionList API
API reference docs for the Stash DescriptionList
component. Learn about the props, CSS, and other APIs of this exported module.
Import
ts
import DescriptionList from '@leaflink/stash/DescriptionList.vue';
Props
Name | Type | Default | Description |
---|---|---|---|
divide | boolean | false | Divide the list groups with a border. |
variant | DescriptionListVariants | columns | Different variants of description lists. |
Slots
Name | Description |
---|---|
default | Default slot, for rendering a description list |
Events
None