VCard 
Props 
| Name | Type | Description | 
|---|---|---|
| appearance | Enum:elevatedghostoutlined | The appearance the card should have. | 
| clickable-card | boolean | Indicates whether card should be a clickable <button> element. | 
| download | string | Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | 
| elevation | Enum: 0 2 4 8 12 16 24  | card elevation dp | 
| headline | string | the text of the card heading accepts string | 
| href | string | The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | 
| hreflang | string | Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | 
| icon | Enum:10-sec-backward-line10-sec-backward-solid10-sec-forward-line10-sec-forward-solid30-sec-backward-line30-sec-backward-solid30-sec-forward-line30-sec-forward-solid5-sec-backward-line5-sec-backward-solid5-sec-forward-line5-sec-forward-solid... 1231 more ...  | card header icon See the Vivid Icon Gallery for available icons: https://icons.vivid.vonage.com/ | 
| ping | string | See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | 
| referrerpolicy | string | See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | 
| rel | string | See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | 
| subtitle | string | the text of the card sub-heading accepts string | 
| target | Enum:_self_blank_parent_top | See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | 
| text | string | the text of the card sub-heading accepts string | 
| type | string | See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | 
Events 
| Name | Event Type | Description | 
|---|---|---|
| blur | FocusEvent | Fires when the element loses focus. | 
| click | MouseEvent | Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element. | 
| focus | FocusEvent | Fires when the element receives focus. | 
| input | Event | Fires when the value of an element has been changed. | 
| keydown | KeyboardEvent | Fires when a key is pressed. | 
| keyup | KeyboardEvent | Fires when a key is released. | 
Slots 
| Name | Description | 
|---|---|
| footer | The footer slot is for content in the card footer. | 
| graphic | The graphic slot overrides the icon property. | 
| main | Assign nodes to main slot to fully override a card's predefined flow and style with your own. | 
| media | The media slot is mainly for images or video content above the card header. | 
| meta | The meta slot is for action content in the card header. |