@58fe/v5-icon
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

V5 Icons

Install

npm i @58fe/v5-icon

Basic Usage

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

import { Close } from '@58fe/v5-icon';
//OR
import Close from '@58fe/v5-icon/lib/icons/close';

Vue.component(Close.name, Close);

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

<v5-icon-close />

Build project

npm run generate # Generate files to ./src/icons/
npm run build # Generate files to ./lib

Readme

Keywords

none

Package Sidebar

Install

npm i @58fe/v5-icon

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

107 kB

Total Files

154

Last publish

Collaborators

  • skybjf
  • rockolin
  • reking
  • imlimiao
  • xiaoyuya
  • felix_xue
  • zhangboyu
  • marinamumu
  • bestvist
  • liuhanbing