Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.
/ vue-jam-icons Public archive

VueJS component for jam icons

License

Notifications You must be signed in to change notification settings

michaelampr/vue-jam-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VueJS component for jam icons v2 https://jam-icons.com

Get Started

Install via npm

$ npm install vue-jam-icons

Usage

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>

Complete icons list

You can find the updated list on https://jam-icons.com

Releases

No releases published

Packages

No packages published