Vue Avatar
Simple and easy to use avatar component for Vue 3
- ? DOCS
Install
Yarn
yarn add @webzlodimir/vue-avatar
Npm
npm i @webzlodimir/vue-avatar
Use
Vue 3
Just import component where you want
import {VueAvatar} from '@webzlodimir/vue-avatar'
import "@webzlodimir/vue-avatar/dist/style.css"
And use it in template
tag
<template>
<vue-avatar username="Simple User" />
</template>