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

@@ -15,6 +15,8 @@ export * from '@vben-core/popup-ui';
// 给文档用
export {
VbenButton,
VbenButtonGroup,
VbenCheckButtonGroup,
VbenCountToAnimator,
VbenInputPassword,
VbenLoading,