0.0.13 • Published 1 year ago
@masonjs/icons-vue v0.0.13
masonjs Icons For Vue
Install
yarn add @masonjs/icons-vueUsage
import {ArrowRightSolid,ArrowLeftSolid,Loading} from '@masonjs/icons-vue'
//example
<arrow-right-solid />
<arrow-left-solid 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 |