A Vue component for use iconfont
npm install vue-iconfont-component --save
<template>
<vue-iconfont type="icon-xiaoxi" size="55" color="e5d"></vue-iconfont>
</template>
<script>
import VueIconfont from 'vue-iconfont-component';
export default {
components: { VueIconfont }
}
</script>
Property | Description | Type | default |
---|---|---|---|
type | the value of iconfont type | String | - |
size | the value of iconfont size | Number, String | - |
color | the value of iconfont color | String | - |
Function Name | Description |
---|---|
on-click | triggers when clicking the icon |