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 userlocation
- String - locationphotoSource
- String - profile photo urlsocial
- Object - social link (profile card supports onlytwitter
,facebook
andinstagram
links)
Find DEMOs here!