A small and handy component for displaying social photos.

    1. <vuestic-social-news :news="news" :url="'http://instagram.com/smartapant'"></vuestic-social-news>
    2.  
    3. news: [ // Array of photos
    4. {
    5. photoURL: 'http://i.imgur.com/PiTDDcA.png' // Add photo url to display
    6. },
    7. {
    8. photoURL: 'http://i.imgur.com/M6GugaM.png'
    9. }
    10. ]

    Props