admin-vben/packages/effects/hooks
Jin Mao 8a215fbcc7 chore: release 5.6.0 2026-02-09 05:09:57 +08:00
..
src fix: fix `IconPicker` reporting an error when using search if no icon is found (#6944) 2025-11-24 07:56:55 +08:00
README.md feat: add swap component (#4149) 2024-08-14 20:37:21 +08:00
package.json chore: release 5.6.0 2026-02-09 05:09:57 +08:00
tsconfig.json feat: Feature/pro docs (#70) 2024-07-28 14:29:05 +08:00

README.md

@vben/hooks

用于多个 app 公用的 hook继承了 @vben/hooks 的所有能力。业务上有通用 hooks 可以放在这里。

用法

添加依赖

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

使用

import { useNamespace } from '@vben/hooks';