Skip to content

Files

Latest commit

a8b4733 · Oct 7, 2023

History

History

icons-vue

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 30, 2021
Sep 9, 2023
Oct 7, 2023
Sep 9, 2023
Aug 7, 2021
Dec 25, 2019
Sep 9, 2023
Aug 21, 2020
Aug 21, 2020
Aug 21, 2020
Oct 24, 2019
Aug 7, 2021
Oct 24, 2019
Oct 7, 2023
Aug 8, 2021

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