z3by / vue-themify-icons

Vue.js themify icons

Home Page:https://z3by.github.io/vue-themify-icons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://badgen.net/npm/v/vue-themify-icons https://badgen.net/npm/dt/vue-themify-icons https://badgen.net/npm/license/vue-themify-icons https://badgen.net/github/contributors/z3by/vue-themify-icons

vue-themify-icons

light modern Themify Icons for Vue.js

icons.png

Installation

yarn add vue-themify-icons
// or npm install -S vue-themify-icons

Usage

<template>
  <div>
    <ThemifyIcon icon="user" />
  </div>
</template>

<script>
import ThemifyIcon from "vue-themify-icons";

export default {
  components: {
    ThemifyIcon
  }
};
</script>

to see all available Icons go to ๐Ÿ“– The Documentation Site

Contribution

PRs are welcome! Go ahead We are waiting your PR ๐Ÿ˜

Credit

Thanks to themify for their free icons.

About

Vue.js themify icons

https://z3by.github.io/vue-themify-icons/

License:MIT License


Languages

Language:CSS 47.8%Language:HTML 41.3%Language:JavaScript 10.6%Language:Shell 0.2%Language:Vue 0.2%