BlogPlaygroundOne

VCardItem API


Props
name
type
default
string
undefined

Appends a v-avatar component after default content in the append slot.

  | string
  | (string | [string, number])[]
  | (new () => any)
  | FunctionalComponent
undefined

Creates a v-icon component after default content in the append slot.

'default' | 'comfortable' | 'compact'
'default'

Adjusts the vertical height used by the component.

string
undefined

Prepends a v-avatar component in the prepend slot before default content.

  | string
  | (string | [string, number])[]
  | (new () => any)
  | FunctionalComponent
undefined

Creates a v-icon component in the prepend slot before default content.

string | number | boolean
undefined

Specify a subtitle text for the component.

string | (new () => any) | FunctionalComponent
'div'

Specify a custom tag used on the root element.

string | number | boolean
undefined

Specify a title text for the component.

Slots
never
never
never
never
never

Adds an item inside the input and after input content.

The default Vue slot.

Adds an item outside the input and before input content.

Slot for the component’s subtitle content.

Slot for the component’s title content.