Contextual Help
Adds contextual help nested in the Toggletip to the form label
Use the icon slot to customize default icon.
import { VContextualHelp, VIcon } from '@vonage/vivid-api-vue';
This is an example contextual help
<template #icon><VIcon name="info-solid" /></template>
This is an example contextual help
<vwc-icon slot="icon" name="info-solid"></vwc-icon>
| Property | Type | Default | Description |
|---|
| placement | 'top' | 'bottom' | 'left' | 'right' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'left-end' | 'left-start' | 'right-end' | 'right-start' | | Preferred placement of the Contextual Help's Toggletip in relation to the button element |
| Property | Type | Default | Description |
|---|
| placement | 'top' | 'bottom' | 'left' | 'right' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'left-end' | 'left-start' | 'right-end' | 'right-start' | | Preferred placement of the Contextual Help's Toggletip in relation to the button element |
| Name | Description |
|---|
| default | Default slot. |
| icon | Custom icon slot (optional). |
| Name | Description |
|---|
| default | Default slot. |
| icon | Custom icon slot (optional). |