title: Fab description: 当功能使用图标即可表意清楚时,可使用纯图标悬浮按钮,例如:添加、发布。 spline: form
全局引入,在 miniprogram 根目录下的app.json
中配置,局部引入,在需要引入的页面或组件的index.json
中配置。
"usingComponents": {
"t-fab": "tdesign-miniprogram/fab/fab"
}
{{ base }}
{{ advance }}
名称 | 类型 | 默认值 | 说明 | 必传 -- | -- | -- | -- | -- button-props | Object | - | 透传至 Button 组件 | N icon | String | - | 图标 | N style | String | right: 16px; bottom: 32px; | 悬浮按钮的样式,常用于调整位置 | N text | String | - | 文本内容 | N
名称 | 参数 | 描述
-- | -- | --
click | ({e: Event})
| 悬浮按钮点击事件