| items |
ButtonGroupItemProps[] |
[] |
N |
按钮项数组。 |
| fill |
'base'\|'line'\|'lineLight'\|'lineState'\|'text'\|'textState'\|'colorLight' |
'base' |
N |
填充模式。 |
| state |
'theme'\|'success'\|'warning'\|'error'\|'info' |
'theme' |
N |
状态色。 |
| radius |
'none'\|'xs'\|'sm'\|'md'\|'lg'\|'xl'\|'2xl'\|'full'\|'' |
'sm' |
N |
圆角风格。 |
| size |
'full'\|'big'\|'md'\|'sm'\|'auto' |
'big' |
N |
尺寸。 |
| border |
'solid'\|'dashed'\|'dotted' |
'solid' |
N |
边框风格。 |
| dividerHeight |
'full'\|'mid'\|'short' |
'mid' |
N |
分割线高度。full(100%)/mid(60%)/short(30%)。 |
| heightOut |
'0'\|'1'\|'2'\|'3'\|'4' |
'2' |
N |
按钮外部高度。 |
| heightIn |
'0'\|'1'\|'2'\|'3'\|'4' |
'3' |
N |
按钮高度。 |
| injClass |
string |
'' |
N |
注入 CSS 名称。 |