# 【组件】底部按钮组
# 描述
用于显示底部多个或单个按钮
# 使用效果
# 使用方法
在.ux
文件中引入组件
<import
name="buttons"
src="vivo-cards-suits/components/desktop/components/buttons"
></import>
1
2
3
4
2
3
4
# API
# 组件属性
属性 | 类型 | 默认值 | 说明 |
---|---|---|---|
buttons | array | [] | 底部按钮组,最大支持三个按钮,最少一个 |
button.text | string | '按钮' | 按钮组单个按钮文本 |
button.url | string | - | 按钮组单个按钮文本,点击后跳转地址 |
← 【模板】卡片模板 D 【组件】icon 组 →