Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 204 Bytes

tooltip.md

File metadata and controls

13 lines (10 loc) · 204 Bytes

Tooltip Widget

Wrap another widget with a Tooltip to, well, add a tooltip...

{
    "type": "tooltip",
    "message": "A tooltip",
    "child": {}
}

The child property can be any widget.