有 vue3 和 uniapp 两种版本,导入后使用方法一模一样;基于 font-awesome4.7.0 ,共计 {{ faClassList.length }} 个图标
npm install roc-icon4
import RocIcon from 'roc-icon4'
import 'roc-icon4/dist/assets/css/index.css'
app.use(RocIcon)
下载插件并导入uniapp项目: https://ext.dcloud.net.cn/plugin?id=15797
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
{{ prop.param }} | {{ prop.desc }} | {{ prop.type }} | {{ prop.default }} |
<roc-icon name="user" :size="20" color="#f99" :rotate="90" animationType="spin"></roc-icon>