Fiberlu / vue-initials-img

vue-avatar like module that renders an img tag for easier use with vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

vue-avatar like module that renders an img tag for easier use with vuetify

License:MIT License


Languages

Language:Vue 57.3%Language:JavaScript 42.7%