All Projects → michaelampr → vue-jam-icons

michaelampr / vue-jam-icons

Licence: MIT License
VueJS component for jam icons

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-jam-icons

Vue Feather Icon
Stars: ✭ 110 (+423.81%)
Mutual labels:  vuejs-components
vue-feather-icon
No description or website provided.
Stars: ✭ 109 (+419.05%)
Mutual labels:  vuejs-components
vue-loopback
A Vue project template with Loopback framework optionally with Vuex, Vue-router, and Auth boilerplaite
Stars: ✭ 52 (+147.62%)
Mutual labels:  vuejs-templates
Vuetify Datetime Picker
DatetimePicker component for Vuetify.js. https://darrenfang.github.io/vuetify-datetime-picker/
Stars: ✭ 123 (+485.71%)
Mutual labels:  vuejs-components
Protovue
A prototyping component library
Stars: ✭ 195 (+828.57%)
Mutual labels:  vuejs-components
vue-rss-feed
Embed RSS Feeds in your Vue web app
Stars: ✭ 37 (+76.19%)
Mutual labels:  vuejs-components
V2 Table
A simple table component based Vue 2.x: https://dwqs.github.io/v2-table/
Stars: ✭ 96 (+357.14%)
Mutual labels:  vuejs-components
vuejs-tailwindcss-portfolio
A simple multipage and responsive Vue.js & Tailwind CSS portfolio theme with dark mode.
Stars: ✭ 100 (+376.19%)
Mutual labels:  vuejs-templates
Vue2 Perfect Scrollbar
Vue.js wrapper for perfect scrollbar
Stars: ✭ 225 (+971.43%)
Mutual labels:  vuejs-components
vue-table-for
Easily build a table for your records
Stars: ✭ 33 (+57.14%)
Mutual labels:  vuejs-components
Vue Innersearch
🔎 UI components built with Vue.js for ElasticSearch
Stars: ✭ 135 (+542.86%)
Mutual labels:  vuejs-components
Vue Atlas
A Vue.js 2 UI component library.
Stars: ✭ 173 (+723.81%)
Mutual labels:  vuejs-components
vuelendar
Simple and clean calendar written in Vue.js
Stars: ✭ 76 (+261.9%)
Mutual labels:  vuejs-components
Revogrid
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
Stars: ✭ 1,870 (+8804.76%)
Mutual labels:  vuejs-components
vue3-openlayers
Web map Vue 3.x components with the power of OpenLayers
Stars: ✭ 320 (+1423.81%)
Mutual labels:  vuejs-components
Vue Parallax Js
Tiny vue component that adds a directive for parallax effect on elements.
Stars: ✭ 107 (+409.52%)
Mutual labels:  vuejs-components
vue-horizontal-calendar
a horizontal calendar component for Vue.js
Stars: ✭ 37 (+76.19%)
Mutual labels:  vuejs-components
vue-vis-network
Vue 2 integration with https://github.com/visjs/vis-network/
Stars: ✭ 57 (+171.43%)
Mutual labels:  vuejs-components
vue-production-server-proxy
Boilerplate for Vue project ready for production, with neat implementation of "devServer proxy" in production environment, using Nginx
Stars: ✭ 27 (+28.57%)
Mutual labels:  vuejs-templates
vueNotification
Notification plugin for VuesJS
Stars: ✭ 52 (+147.62%)
Mutual labels:  vuejs-components

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].