Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow-ui / index / HoverCardProps

Interface: HoverCardProps

Defined in: flow-ui/src/components/HoverCard.tsx:23

Indexable

[key: string]: unknown

Properties

trigger?

optional trigger?: unknown

Defined in: flow-ui/src/components/HoverCard.tsx:25

What is hovered.


openDelay?

optional openDelay?: number

Defined in: flow-ui/src/components/HoverCard.tsx:27

Milliseconds before it opens.


closeDelay?

optional closeDelay?: number

Defined in: flow-ui/src/components/HoverCard.tsx:29

Milliseconds before it closes, giving the pointer time to reach the panel.


side?

optional side?: "top" | "bottom"

Defined in: flow-ui/src/components/HoverCard.tsx:30


align?

optional align?: "start" | "end" | "center"

Defined in: flow-ui/src/components/HoverCard.tsx:31


class?

optional class?: string

Defined in: flow-ui/src/components/HoverCard.tsx:32


children?

optional children?: unknown

Defined in: flow-ui/src/components/HoverCard.tsx:33