VToggletip
Props
| Name | Type | Description |
|---|---|---|
| alternate | boolean | Inverted color scheme |
| anchor | Enum: string HTMLElement | ID or direct reference to the component's anchor element. |
| headline | string | Headline text for the Toggletip |
| open | boolean | Sets the open state of the Toggletip |
| placement | Enum:topbottomleftrighttop-starttop-endbottom-startbottom-endleft-endleft-startright-endright-start | Prefered placement of the toggletip in relation to the anchor element |
Slots
| Name | Description |
|---|---|
| action-items | The content to display in the toggletip action items. |
| anchor | Used to set the anchor element for the toggletip. |
| default | The content to display in the toggletip. |