Vue Feather Icon Save Abandoned

Project README

Recommended vue-feather-icons for your project

vue-feather-icon

Vue component for Feather

install

npm install vue-feather-icon

usage

global component

// main.js
import Vue = from 'vue'
import VueFeatherIcon from 'vue-feather-icon'

Vue.use(VueFeatherIcon)
<template>
  <feather-activity></feather-activity>
  <!-- or -->
  <feather-icon type="activity"></feather-icon>
</template>

local component

<script>
  import { Activity } from 'vue-feather-icon'

  export default {
    components: {
      ActivityIcon: Activity
    }
  }
</script>

<template>
  <activity-icon></activity-icon>
</template>
Open Source Agenda is not affiliated with "Vue Feather Icon" Project. README Source: mage3k/vue-feather-icon
Stars
110
Open Issues
6
Last Commit
4 years ago

Open Source Agenda Badge

Open Source Agenda Rating