feat(@vben-core/shadcn-ui): 新增 GlassCard 毛玻璃卡片组件

- 创建独立的 GlassCard 组件,提供更明确的语义化 API
- 导出 GlassCard 组件供项目使用
- 支持自定义 class 属性进行样式扩展
This commit is contained in:
lzh
2025-12-22 14:55:38 +08:00
parent a5a396e692
commit 855cb7154f
6 changed files with 50 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ export {
VbenPinInput,
VbenSelect,
VbenSpinner,
GlassCard,
} from '@vben-core/shadcn-ui';
export type { FlattenedItem } from '@vben-core/shadcn-ui';