mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
c8c4b6efa3
* 文档优化 * 文档细节调整,删除示例的 height 设置,使用自动撑开 * sdk 使用完整例子,因为新版没发布 * 修复官网语言不正确问题 * 增加 icon 调整颜色及大小的例子 * 修复文字错误 * 补充 each 的文档 * 修复 zh-CN 大写问题
389 B
Executable File
389 B
Executable File
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
Button 按钮 | 0 | ⚙ 组件 | Button 按钮 | 29 |
基本用法
{
"label": "弹个框",
"type": "button",
"actionType": "dialog",
"dialog": {
"title": "弹框",
"body": "这是个简单的弹框。"
}
}
button
实际上是 action
的别名,更多用法见action