VListGroup API
name | type | default |
|---|---|---|
string
| undefined | |
Deprecated, use | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | undefined | |
Creates a v-icon component after default content in the append slot. | ||
string
| undefined | |
Sets the color of component when not focused. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$collapse' | |
Icon to display when the list item is expanded. | ||
string
| undefined | |
Applies specified color to the control - supports utility colors with or without | ||
boolean
| false | |
Puts all children inputs into a disabled state. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$expand' | |
Icon to display when the list item is collapsed. | ||
boolean
| false | |
Removes the left padding assigned for action icons from group items. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | undefined | |
Prepends an icon to the component, uses the same syntax as | ||
string | number | undefined | |
Defines the root element’s id attribute in the component. If it is provided, the id attribute will be dynamically generated in the format: “v-list-group–id-[rawId]”. | ||
boolean
| false | |
Designate the component as nested list group. | ||
string | (new () => any) | FunctionalComponent | 'div' | |
Specify a custom tag used on the root element. | ||
string
| undefined | |
Specify a title text for the component. | ||
any
| undefined | |
Expands / Collapse the list-group. | ||
When used, will activate the component when clicked (or hover for specific components). This manually stops the event propagation. Without this slot, if you open the component through its model, you will need to manually stop the event propagation. | ||
The default Vue slot. | ||
Returns the current state of the list-group. | ||