Appearance
ExTooltip
html
<ExTooltip top :nudge="{ top: 10 }">
<ExTooltipTrigger>
<p>Tooltip Trigger</p>
</ExTooltipTrigger>
<ExTooltipContent>
<div>Tooltip Content</div>
</ExTooltipContent>
</ExTooltip>
Interact
Props: ExTooltip
as
Type | Default | Required |
---|---|---|
string component | template | false |
Description: Sets the element type of ex-dialog-close. Any custom vue component can also be passed.
disabled
Type | Default | Required |
---|---|---|
boolean | false | false |
Description: Enable / Disable tooltip
delay
Type | Default | Required |
---|---|---|
number string | 200 | false |
Description: Adds a delay before displaying tooltip
nudge
Type | Default | Required |
| Nudges the tooltip content based on the mentioned position. js
|
|
top
Type | Default | Required |
---|---|---|
boolean | false | false |
Description: Positions tooltip content to the top of the trigger
bottom
Type | Default | Required |
---|---|---|
boolean | false | false |
Description: Positions tooltip content to the bottom of the trigger
left
Type | Default | Required |
---|---|---|
boolean | false | false |
Description: Positions tooltip content to the left of the trigger
right
Type | Default | Required |
---|---|---|
boolean | false | false |
Description: Positions tooltip content to the right of the trigger
Slots
Name | Description |
| The default Vue slot. js
|
Props: ExTooltipTrigger
as
Type | Default | Required |
---|---|---|
string component | template | false |
Description: Sets the element type of ex-dialog-close. Any custom vue component can also be passed.
Slots
Name | Description |
| The default Vue slot. js
|
Props: ExTooltipContent
as
Type | Default | Required |
---|---|---|
string component | template | false |
Description: Sets the element type of ex-dialog-close. Any custom vue component can also be passed.
Slots
Name | Description |
| The default Vue slot. |