1.0.4 • Published 7 years ago

vue-initials-img v1.0.4

Weekly downloads
187
License
MIT
Repository
github
Last release
7 years ago

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

NameRequiredTypeDefaultDescription
nametrueStringthe name of avatar
sizefalseString50the size of avatar
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago