Skip to main content
zerotal

Documentation


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

Interface: TooltipProps

Defined in: flow-ui/src/components/Tooltip.tsx:13

Indexable

[key: string]: unknown

Properties

content?

optional content?: unknown

Defined in: flow-ui/src/components/Tooltip.tsx:15

The tooltip text/content.


placement?

optional placement?: "top" | "bottom"

Defined in: flow-ui/src/components/Tooltip.tsx:16


class?

optional class?: string

Defined in: flow-ui/src/components/Tooltip.tsx:17


tooltipClass?

optional tooltipClass?: string

Defined in: flow-ui/src/components/Tooltip.tsx:18


children?

optional children?: unknown

Defined in: flow-ui/src/components/Tooltip.tsx:19