vue-initials-img

1.0.4 • Public • Published

vue-initials-img

demo

Introduction

a vue-avatar like package that renders an img tag instead of a custom tag, for easier use with vuetify. highly influenced by vue-letter-avatar and a codepen from @arturheinze.

Install

$ npm install vue-initials-img

Usage

import VueInitialsImg from 'vue-initials-img';
 
Vue.use(VueInitialsImg);

Create avatar

<vue-initials-img :name="Frank Underwood"/>

Properties

Name Required Type Default Description
name true String the name of avatar
size false String 50 the size of avatar

Package Sidebar

Install

npm i vue-initials-img

Weekly Downloads

53

Version

1.0.4

License

MIT

Last publish

Collaborators

  • diegomanjarres