All Projects → mage3k → Vue Feather Icon

mage3k / Vue Feather Icon

Projects that are alternatives of or similar to Vue Feather Icon

vue-feather-icon
No description or website provided.
Stars: ✭ 109 (-0.91%)
Mutual labels:  svg-icons, vuejs-components
React Cassette Player
Simple ReactJS HTML5 audio player component built with SVG icons from The Noun Project.
Stars: ✭ 93 (-15.45%)
Mutual labels:  svg-icons
V Tag Suggestion
A simple tag component with typeahead
Stars: ✭ 40 (-63.64%)
Mutual labels:  vuejs-components
Svgsprit.es
Public endpoint to generate SVG Sprites
Stars: ✭ 73 (-33.64%)
Mutual labels:  svg-icons
Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (+873.64%)
Mutual labels:  vuejs-components
React Flag Icon Css
Simple React SVG country flags Component, supports standard Css and Css Modules.
Stars: ✭ 80 (-27.27%)
Mutual labels:  svg-icons
Slim Ui
Simple components library used for building lightweight vuejs projects
Stars: ✭ 38 (-65.45%)
Mutual labels:  vuejs-components
Icons
The premium icon font for @uiwjs Component Library. https://uiwjs.github.io/icons
Stars: ✭ 99 (-10%)
Mutual labels:  svg-icons
Vue Multi Select
This component gives you a multi/single select with the power of Vuejs components.
Stars: ✭ 92 (-16.36%)
Mutual labels:  vuejs-components
Svgeez
A Ruby gem for automatically generating an SVG sprite from a folder of SVG icons.
Stars: ✭ 69 (-37.27%)
Mutual labels:  svg-icons
Hybicon
Hybrid SVG icons
Stars: ✭ 62 (-43.64%)
Mutual labels:  svg-icons
Vmware Stencils
Official VMware Stencils
Stars: ✭ 57 (-48.18%)
Mutual labels:  svg-icons
Svg Native Viewer
SVG Native viewer is a library that parses and renders SVG Native documents
Stars: ✭ 85 (-22.73%)
Mutual labels:  svg-icons
React Icomoon
It allows you to simply view the icons in the selection.json file provided by Icomoon.
Stars: ✭ 48 (-56.36%)
Mutual labels:  svg-icons
V2 Table
A simple table component based Vue 2.x: https://dwqs.github.io/v2-table/
Stars: ✭ 96 (-12.73%)
Mutual labels:  vuejs-components
Chakra Ui Vue
⚡️ Build scalable and accessible Vue.js applications with ease.
Stars: ✭ 993 (+802.73%)
Mutual labels:  vuejs-components
Phosphor Icons
A flexible icon family for the web
Stars: ✭ 56 (-49.09%)
Mutual labels:  svg-icons
Svg Autocrop
🚗🌽🔳An NPM module to autocrop and slim down SVGs
Stars: ✭ 80 (-27.27%)
Mutual labels:  svg-icons
Vue Parallax Js
Tiny vue component that adds a directive for parallax effect on elements.
Stars: ✭ 107 (-2.73%)
Mutual labels:  vuejs-components
Phosphor React
A flexible icon family for React
Stars: ✭ 97 (-11.82%)
Mutual labels:  svg-icons

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>
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].