Basic Usage
Side Placement
Control which side the tooltip appears on with theside parameter.
API Reference
Protocol Reference
Tooltip
Hover text that appears on any component.
side parameter.
{
"type": "Tooltip",
"children?": "[Component]",
"content": "string (required)",
"side?": "top | right | bottom | left",
"cssClass?": "string"
}