@whalue-design/icons-vue

1.1.0 • Public • Published

Whalue Design Icons for Vue

NPM version NPM downloads

Install

yarn add @whalue-design/icons-vue

yarn add -D babel-helper-vue-jsx-merge-props
yarn add -D babel-runtime

Basic Usage

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

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

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

<icon-aim-outlined />

Build project

npm run generate # Generate files to ./src

Package Sidebar

Install

npm i @whalue-design/icons-vue

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

2.76 MB

Total Files

4750

Last publish

Collaborators

  • whalue-design