| Prop | Default | Type |
|---|---|---|
closeDelay | 300 | numberThe duration from when the mouse leaves the trigger or content until the hover card closes. |
defaultOpen | false | booleanThe open state of the hover card when it is initially rendered. Use when you do not need to control its open state. |
open | booleanThe controlled open state of the hover card. Can be binded as | |
openDelay | 700 | numberThe duration from when the mouse enters the trigger until the hover card opens. |
| Emit | Payload |
|---|---|
update:open | [value: boolean]Event handler called when the open state of the hover card changes. |
| Slots (default) | Payload |
|---|---|
open | booleanCurrent open state |
