Use nice profile card with photo, location and social links!

    1. <vuestic-profile-card :name="'Veronique Lee'"
    2. :location="'Malaga, Spain'"
    3. photoSource="http://i.imgur.com/NLrdqsk.png"
    4. :social="{twitter: 'twitter.com', facebook: 'facebook.com', instagram: 'instagram.com'}">
    5. </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!