@wanwanvxt/vue-feathericons
v1.1.0
Published
Feather icon components for Vue.js
Downloads
6
Readme
Vue Feather Icons
Vue Feather Icons offers a rich set of Feather icon components for Vue.js. Visit the Feather homepage to explore and search icons.
Usage
- Install package
# npm
npm install @wanwanvxt/vue-feathericons
# yarn
yarn add @wanwanvxt/vue-feathericons
- Import individually the icon as a Vue component:
<script setup>
import { GithubIcon } from '@wanwanvxt/vue-feathericons';
</script>
<template>
<GithubIcon />
<div>...</div>
</template>
License
This library is MIT licensed.