water_xcx/miniprogram_npm/tdesign-miniprogram/button-group/README.md

47 lines
810 B
Markdown
Raw Permalink Normal View History

2025-04-15 15:44:51 +08:00
---
title: ButtonGroup
description: 按钮组
spline: base
isComponent: true
---
### 特性及兼容性
## 引入
### 引入组件
`app.json``page.json` 中引入组件:
```json
"usingComponents": {
"t-button-group": "tdesign-miniprogram/button-group/button-group"
}
```
## 用法
### 组件方式
```html
<!-- 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 | 按钮组样式 |