Components
Tooltip
Display content that appears on hover next to an element.
Usage
{
"message": "You should use slots with <ContentRenderer>",
"value": null,
"excerpt": false,
"tag": "div"
}Popper
Use the popper prop to customize the popper instance.
Arrow
{
"message": "You should use slots with <ContentRenderer>",
"value": null,
"excerpt": false,
"tag": "div"
}Placement
{
"message": "You should use slots with <ContentRenderer>",
"value": null,
"excerpt": false,
"tag": "div"
}Offset
{
"message": "You should use slots with <ContentRenderer>",
"value": null,
"excerpt": false,
"tag": "div"
}Slots
text
Use the #text slot to override the content of the text.
Hover
{
"message": "You should use slots with <ContentRenderer>",
"value": null,
"excerpt": false,
"tag": "div"
}Props
ui
{ wrapper?: string; container?: string; width?: string; background?: string; color?: string; shadow?: string; rounded?: string; ring?: string; base?: string; shortcuts?: string; middot?: string; transition?: DeepPartial<...>; popper?: DeepPartial<...>; default?: DeepPartial<...>; arrow?: DeepPartial<...>; } & { ...;...
{}text
string
nullpopper
PopperOptions
{}shortcuts
string[]
[]openDelay
number
config.default.openDelaycloseDelay
number
config.default.closeDelayprevent
boolean
falseConfig
{
"message": "You should use slots with <ContentRenderer>",
"value": null,
"excerpt": false,
"tag": "div"
}