1.2.0 • Published 2 years ago

@junhe/common-icons v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

common-icons

用法

<template>
  <div class="single-test">
    <svg-icon :name="'add-circle'" :size="32" />
    <svg-icon :sys="'common-table'" :name="'ColumnButton/add'" :size="32" />
  </div>
</template>
<script lang="ts">
import Vue from "vue";
import SvgIcon from "@junhe/common-icons";
export default Vue.extend({
  components: { SvgIcon },
});
</script>

Props

属性名类型含义默认值
namestring图标名必填
sysstring系统名"default"
sizestring, number图标尺寸28
colorstring图标颜色"#000"

Demo

点击跳转

截图

Screenshot

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago