@masonjs/icons-vue
v0.0.6
Published
vue-icon 组件库
Downloads
14
Maintainers
Readme
MsDesign Icons For Vue
Install
yarn add @masonjs/icons-vue
Usage
import { App } from '@masonjs/icons-vue'
//example
<App />
<App size="24" fill="#5582f3" />
<loading spin />
Props
| prop | description | type | default | note | | ---------- | ------------ | ----- | ------- | --------- | | size | 图标的大小 | string | number | '1em' | | | fill | 图标的颜色 | string | 'currentColor' | | | spin | 是否有旋转动画 | boolean | false | | | rotate | 图标旋转角度 | number | 0 | |