VueJS component for jam icons
VueJS component for jam icons v2 https://jam-icons.com
Install via npm
$ npm install vue-jam-icons
Register vue-jam-icons globally:
// main.js
import Vue from 'vue'
import VueJamIcons from 'vue-jam-icons'
Vue.use(VueJamIcons)
Use any icon prefixed by jam-
in a self-closing tag:
//MyComponent.vue
<template>
<jam-backpack/>
</template>
You can find the updated list on https://jam-icons.com