## 基础使用

基础使用样例

```json
{
    "body": [{
        "type": "tooltip",
        "title": "helloworld",
        "children": [{
            "type": "button",
            "text": "tooltip button"
        }]
    }]
}
```
