Documentation / @zerotal/flow-ui / index / TooltipProps
Interface: TooltipProps
Defined in: flow-ui/src/components/Tooltip.tsx:13
Indexable
[
key:string]:unknown
Properties
content?
optionalcontent?:unknown
Defined in: flow-ui/src/components/Tooltip.tsx:15
The tooltip text/content.
placement?
optionalplacement?:"top"|"bottom"
Defined in: flow-ui/src/components/Tooltip.tsx:16
class?
optionalclass?:string
Defined in: flow-ui/src/components/Tooltip.tsx:17
tooltipClass?
optionaltooltipClass?:string
Defined in: flow-ui/src/components/Tooltip.tsx:18
children?
optionalchildren?:unknown
Defined in: flow-ui/src/components/Tooltip.tsx:19