Socket
Book a DemoInstallSign in
Socket

@webzlodimir/vue-avatar

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webzlodimir/vue-avatar

Simple and easy to use avatar component for Vue 3

latest
Source
npmnpm
Version
0.0.8
Version published
Weekly downloads
1K
33.82%
Maintainers
1
Weekly downloads
 
Created
Source

Vue Avatar

Size Downloads Version

Simple and easy to use avatar component for Vue 3

DemoImg

  • DOCS
  • PLAYGROUND

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

Keywords

vue

FAQs

Package last updated on 20 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts