@yaner/icons-vue

0.0.5 • Public • Published

yaner Icons from Vue

引用组件

yarn add @yaner/icons-vue

基本用法

<template>
  <div class="page-view">
    <RotateLeftOutlined class="className" />
  </div>
</template>

<script>

import { RotateLeftOutlined } from '@yaner/icons-vue'

export default {
  name: 'Page',
  components: {
    RotateLeftOutlined
  }
}
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @yaner/icons-vue

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

1.83 kB

Total Files

2

Last publish

Collaborators

  • zhongxy