animation
説明
The animation of the tooltip.
タイプ
"bottom" | "left" | "right" | "scale" | "top" | "none"
デフォルト
'scale'
Yamada UIにスターをあげる
スターTooltip
は、要素の補足など短い情報を表示するコンポーネントです。
説明
The animation of the tooltip.
タイプ
"bottom" | "left" | "right" | "scale" | "top" | "none"
デフォルト
'scale'
説明
The HTML element to render.
タイプ
"symbol" | "object" | "clipPath" | "filter" | "g" | "marker" | "mask" | "p" | "text" | "style" | "animate" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | ... 149 more ... | "textPath"
説明
The delay before hiding the tooltip.
タイプ
number
デフォルト
0
説明
If true
, the tooltip will hide on click.
タイプ
boolean
デフォルト
false
説明
If true
, the tooltip will hide on pressing Esc key.
タイプ
boolean
デフォルト
true
説明
If true
, the tooltip will hide while the mouse is down.
タイプ
boolean
デフォルト
false
説明
If true
, the tooltip will hide while the pointer is down.
タイプ
boolean
デフォルト
false
説明
If true
, the tooltip will hide on scroll.
タイプ
boolean
デフォルト
false
説明
If true
, the tooltip will be initially shown.
タイプ
boolean
説明
The animation duration.
タイプ
number | MotionLifecycleProps<number>
説明
The distance or margin between the reference and popper.
It is used internally to create an offset
modifier.
タイプ
UIValue<number>
デフォルト
8
説明
If true
, the tooltip will be disabled.
タイプ
boolean
デフォルト
false
説明
If true
, the tooltip will be shown.
タイプ
boolean
説明
The label of the tooltip.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal
説明
Array of popper.js modifiers. Check the docs to see the list of possible modifiers you can pass.
タイプ
Partial<Modifier<string, any>>[]
ドキュメント
https://popper.js.org/docs/v2/modifiers/説明
The main and cross-axis offset to displace popper element from its reference element.
タイプ
[number, number]
説明
Callback to run when the tooltip hides.
タイプ
() => void
説明
Callback to run when the tooltip shows.
タイプ
() => void
説明
The delay before showing the tooltip.
タイプ
number
デフォルト
0
説明
The placement of the popper relative to its reference.
タイプ
UIValue<Placement>
デフォルト
'bottom'
説明
Props for portal component.
タイプ
Pick<PortalProps,
"appendToParentPortal" | "containerRef">
説明
If true
, the element will be transported to the end of document.body.
タイプ
boolean
GitHubでこのページを編集する