@placetopay/flagicons-vue
Version:
Vue icon flag components based on flagpack icons
21 lines (16 loc) • 391 B
Markdown
# Flagicons-vue
Vue icon flag components based on flagpack icons [Flagpack](https://flagpack.xyz/).
Check out the [demo](https://placetopay-org.github.io/flagicons-vue/).
## Installation
```bash
npm install @placetopay/flagicons-vue
```
## Usage
```html
<script setup>
import { FlagIcon } from '@placetopay/flagicons-vue';
</script>
<template>
<FlagIcon flag="co" />
</template>
```