1.0.0 • Published 4 years ago

vue-themify-icons v1.0.0

Weekly downloads
101
License
MIT
Repository
github
Last release
4 years ago

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/arab-open-source/vue-themify-icons

vue-themify-icons

light modern Themify Icons for Vue.js

:book: Full Documentation

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 :book: The Documentation Site

Contribution

PRs are welcome! Go ahead We are waiting your PR :heart_eyes:

Credit

Thanks to themify for their free icons.