vue-dp-image
v1.0.1
Published
A Vue JS component for dynamic profile image which receives the image an image url as well as a first name and last name and a couple of other props to dynamically generate a DP with initials if image source is seemingly empty.
Downloads
6
Maintainers
Readme
Vue DP Image
Introduction
Create dynamic DP Image that look like the one below with the Vue JS component with just a line of code.
Code Samples
It's as simple as have the line of code below:
<dp-image :imgsrc="profilePix" alt="Admin DP" :firstname="profileFirstName" :lastname="profileLastName" :title="profilePixTitle"/>
Installation
Install from npm with
npm i vue-dp-image
Bugs & Sugestions
If you found any bug or suggestion on this package kindly create an issue here: https://github.com/henryejemuta/vue-dp-image/issues