admin-vben/packages/styles
xingyu 04fbb7a556
chore: 升级 shadcn-vue 组件到v4最新版 (#7972)
* fix: useStore is deprecated

* chore: update deps

* feat: 升级shadcn-ui v4

* fix: workbench style

* feat: 升级shadcn-ui v4 step2

* feat: 升级shadcn-ui v4 step3

* chore: 升级shadcn v4

* fix: pagination

* fix: dark style

* fix: doc import

* feat: 增加详情组件,参考 antdv-next

* docs: descriptions docs

* docs: Browser Support

* feat: add table action

* feat: icon use vbenIcon

* fix: type error

* fix: dropdown popConfirm

* feat: 使用默认的文字交互

* feat: 优化渲染性能
2026-05-31 15:18:46 +08:00
..
src chore: 升级 shadcn-vue 组件到v4最新版 (#7972) 2026-05-31 15:18:46 +08:00
README.md feat: add swap component (#4149) 2024-08-14 20:37:21 +08:00
package.json fix: check deps 2026-04-13 17:52:16 +08:00
tsconfig.json chore: update deps 2024-06-02 23:46:18 +08:00

README.md

@vben/styles

用于多个 app 公用的样式文件,继承了 @vben-core/design 的所有能力。业务上有通用的样式文件可以放在这里。

用法

添加依赖

# 进入目标应用目录,例如 apps/xxxx-app
# cd apps/xxxx-app
pnpm add @vben/styles

使用

import '@vben/styles';