Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 563 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 563 Bytes

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

  1. Install package
# npm
npm install @wanwanvxt/vue-feathericons

# yarn
yarn add @wanwanvxt/vue-feathericons
  1. 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.