@webzlodimir/vue-avatar
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

Vue Avatar

Size Downloads Version

Simple and easy to use avatar component for Vue 3

DemoImg

Install

Yarn

yarn add @webzlodimir/vue-avatar

Npm

npm i @webzlodimir/vue-avatar

Use

Vue 3

Just import component and styles in script section

<script setup>
  import VueAvatar from "@webzlodimir/vue-avatar";
  import "@webzlodimir/vue-avatar/dist/style.css";
</script>

And use it in template tag

<template>
  <vue-avatar username="Simple User" />
</template>

Develop

To start develop server with demo use command

yarn demo

or

npm run demo

To start develop docs, use command

yarn docs:dev

or

npm run docs:dev

Dependents (0)

Package Sidebar

Install

npm i @webzlodimir/vue-avatar

Weekly Downloads

568

Version

0.0.8

License

MIT

Unpacked Size

13.5 kB

Total Files

7

Last publish

Collaborators

  • webzlodimir