1.1.1 • Published 4 years ago

vue-feather-icons-wrapper v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

vue-feather-icons-wrapper

Simple wrapper for vue-feather-icons by egoist to make all icons available globally as components

Install

// also install vue-feather-icons by egoist
npm install --save vue-feather-icons vue-feather-icons-wrapper

Usage

import FeatherWrapper from 'vue-feather-icons-wrapper'
Vue.use(FeatherWrapper)
In your template
<template>
  <airplay-icon class="custom-class"></airplay-icon>
</template>