@nsfocus/icons-vue

2.0.6 • Public • Published

Nsfocus Icons for Vue

Install

yarn add @nsfocus/icons-vue

Basic Usage

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

import Vue from 'vue'
import { Filter } from '@nsfocus/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

Readme

Keywords

none

Package Sidebar

Install

npm i @nsfocus/icons-vue

Weekly Downloads

2

Version

2.0.6

License

MIT

Unpacked Size

489 kB

Total Files

668

Last publish

Collaborators

  • rem_npm