A small and handy component for displaying social photos.
- <vuestic-social-news :news="news" :url="'http://instagram.com/smartapant'"></vuestic-social-news>
- news: [ // Array of photos
- {
- photoURL: 'http://i.imgur.com/PiTDDcA.png' // Add photo url to display
- },
- {
- photoURL: 'http://i.imgur.com/M6GugaM.png'
- }
- ]
Props
url
- String - social url of profile
Find DEMOs here!