0.0.6 • Published 7 months ago

@iep-kit/icons-vue v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

NPM version NPM downloads

Install

yarn add @ant-design/icons-vue

Basic Usage

First, you should add the icons that you need into the library.

import Vue from 'vue'
import { Filter } from '@ant-design/icons-vue';
Vue.component(Filter.name, Filter);

After that, you can use antd icons in your Vue components as simply as this:

<icon-filter />

Build project

npm run generate # Generate files to ./src
npm run compile # Build library
npm run test # Runing Test
0.0.6

7 months ago

0.0.5

8 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago