Files
admin-vben/packages/icons/README.md

19 lines
336 B
Markdown
Raw Permalink Normal View History

# @vben/icons
用于多个 `app` 公用的图标文件继承<E7BBA7><E689BF>?`@vben-core/icons` 的所有能力。业务上有通用图标可以放在这里<E8BF99><E9878C>?
## 用法
### 添加依赖
```bash
# 进入目标应用目录<EFBC8C><E4BE8B>?apps/xxxx-app
# cd apps/xxxx-app
2024-08-14 20:37:21 +08:00
pnpm add @vben/icons
```
### 使用
```ts
import { X } from '@vben/icons';
```