# 超文本 Html

可以写入静态 html

# 基础用法

IDE整体

{
  "type": "IvHtml",
  "props": {
    "html": "<div>这里可以写入html</div>"
  }
}
顶部