Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (26 loc) · 575 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 575 Bytes

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