animation
Description
The animation of the tooltip.
Type
"bottom" | "left" | "right" | "scale" | "top" | "none"
Default
'scale'
Leave Yamada UI a star
StarTooltip
is a component that displays short information, such as supplementary details for an element.
Description
The animation of the tooltip.
Type
"bottom" | "left" | "right" | "scale" | "top" | "none"
Default
'scale'
Description
The HTML element to render.
Type
"symbol" | "object" | "clipPath" | "filter" | "g" | "marker" | "mask" | "p" | "text" | "style" | "animate" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | ... 149 more ... | "textPath"
Description
The delay before hiding the tooltip.
Type
number
Default
0
Description
If true
, the tooltip will hide on click.
Type
boolean
Default
false
Description
If true
, the tooltip will hide on pressing Esc key.
Type
boolean
Default
true
Description
If true
, the tooltip will hide while the mouse is down.
Type
boolean
Default
false
Description
If true
, the tooltip will hide while the pointer is down.
Type
boolean
Default
false
Description
If true
, the tooltip will hide on scroll.
Type
boolean
Default
false
Description
If true
, the tooltip will be initially shown.
Deprecated
Use defaultOpen
instead.
Type
boolean
Description
If true
, the tooltip will be initially shown.
Type
boolean
Description
If true
, the tooltip will be disabled.
Type
boolean
Default
false
Description
The animation duration.
Type
number | MotionLifecycleProps<number>
Description
The distance or margin between the reference and popper.
It is used internally to create an offset
modifier.
Type
UIValue<number>
Default
8
Description
If true
, the tooltip will be disabled.
Deprecated
Use disabled
instead.
Type
boolean
Default
false
Description
If true
, the tooltip will be shown.
Deprecated
Use open
instead.
Type
boolean
Description
The label of the tooltip.
Type
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal
Description
Array of popper.js modifiers. Check the docs to see the list of possible modifiers you can pass.
Type
Partial<Modifier<string, any>>[]
Docs
https://popper.js.org/docs/v2/modifiers/Description
The main and cross-axis offset to displace popper element from its reference element.
Type
[number, number]
Description
Callback to run when the tooltip hides.
Type
() => void
Description
Callback to run when the tooltip shows.
Type
() => void
Description
If true
, the tooltip will be shown.
Type
boolean
Description
The delay before showing the tooltip.
Type
number
Default
0
Description
The placement of the popper relative to its reference.
Type
UIValue<Placement>
Default
'bottom'
Description
Props for portal component.
Type
Pick<PortalProps,
"appendToParentPortal" | "containerRef">
Description
If true
, the element will be transported to the end of document.body.
Type
boolean
Edit this page on GitHub