1.2.0 • Published 1 year ago

@junhe/common-icons v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago