water_xcx/miniprogram_npm/tdesign-miniprogram/button-group
Cc a25b49fd6d 初始化:小程序同步 2025-04-15 15:44:51 +08:00
..
README.md 初始化:小程序同步 2025-04-15 15:44:51 +08:00
button-group.d.ts 初始化:小程序同步 2025-04-15 15:44:51 +08:00
button-group.js 初始化:小程序同步 2025-04-15 15:44:51 +08:00
button-group.json 初始化:小程序同步 2025-04-15 15:44:51 +08:00
button-group.wxml 初始化:小程序同步 2025-04-15 15:44:51 +08:00
button-group.wxss 初始化:小程序同步 2025-04-15 15:44:51 +08:00

README.md

title description spline isComponent
ButtonGroup 按钮组 base true

特性及兼容性

引入

引入组件

app.jsonpage.json 中引入组件:

"usingComponents": {
  "t-button-group": "tdesign-miniprogram/button-group/button-group"
}

用法

组件方式

<!-- page.wxml -->
<t-button-group>
  <t-button theme="ghost">置底按钮</t-button>
  <t-button theme="primary">置底按钮</t-button>
</t-button-group>

API

<t-button-group> 组件

组件路径:tdesign-miniprogram/button-group/button-group

Props

属性 值类型 默认值 必传 说明
type `'default' 'menu'` 'default' N 按钮组样式