npm.io
7.0.1 • Published 2 years ago

@ant-design/icons-vue

Licence
MIT
Version
7.0.1
Deps
2
Size
2.8 MB
Vulns
0
Weekly
0
Stars
1.1K

Ant Design Icons for Vue

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