Skip to content

Profile Card

AlexanderBoriskin edited this page Aug 3, 2018 · 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>

Props

  • name - String - name of user
  • location - String - location
  • photoSource - String - profile photo url
  • social - Object - social link (profile card supports only twitter, facebook and instagram links)

Find DEMOs here!

Clone this wiki locally