Skip to content

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 url photoSource="http://stylishpeople.com/wow.png"
social: Object -- Add social links :social="{twitter: 'twitter.com'} profile card support only twitter, facebook and instagram links

Find DEMOs here!

Clone this wiki locally