Prop | Default | Type |
---|---|---|
closeDelay | 300 | number The duration from when the mouse leaves the trigger or content until the hover card closes. |
defaultOpen | false | boolean The open state of the hover card when it is initially rendered. Use when you do not need to control its open state. |
open | boolean The controlled open state of the hover card. Can be binded as | |
openDelay | 700 | number The 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 | boolean Current open state |