feat: add VbenButtonGroup and VbenCheckButtonGroup with demo (#5591)

* 添加按钮组、选择按钮组以及相应的Demo
This commit is contained in:
Netfan
2025-02-24 13:50:50 +08:00
committed by GitHub
parent d49e3e81a4
commit 4570d5b54b
10 changed files with 494 additions and 0 deletions

View File

@@ -63,5 +63,8 @@
},
"layout": {
"col-page": "ColPage Layout"
},
"button-group": {
"title": "Button Group"
}
}

View File

@@ -63,5 +63,8 @@
},
"layout": {
"col-page": "双列布局"
},
"button-group": {
"title": "按钮组"
}
}