-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Profile Card
georgeMuraveiAlkh edited this page Oct 24, 2017
·
5 revisions
Use nice profile card with photo, location and social links!
<vuestic-profile-card :name="'Veronique Lee'"
:location="'Malaga, Spain'"
photoSource="http://i.imgur.com/NLrdqsk.png"
:social="{twitter: 'twitter.com', facebook: 'facebook.com', instagram: 'instagram.com'}">
</vuestic-profile-card>
name: String -- Add name of user here
:name="'Awesome Name'"
location: String -- Add locationr here:location="'The Most Beautiful, Place on, Earth'"
photoSource: String -- Add profile photo urlphotoSource="http://stylishpeople.com/wow.png"
social: Object -- Add social links:social="{twitter: 'twitter.com'}
profile card support only