@jview/icons-antd
v1.8.0
Published
Ant Design Icons Wrapper for Vue.js projects
Downloads
13
Readme
概述
这是一个开箱即用的图标库。具体使用文档见 JView Icons 。
安装
npm install @jview/icons-antd
// OR
yarn add @jview/icons-antd
// OR
pnpm add @jview/icons-antd
使用
- 引入一个图标。
import { ArrowDownLeft } from "@jview/icons-antd"
- 模板中使用图标。
<ArrowDownLeft />