kevinongko / vue-instagram

Instagram's feed fetcher component based on Vue.js
https://kevinongko.github.io/vue-instagram/
MIT License
181 stars 37 forks source link

Is this component fully styleable and is the content fully customizable? #4

Closed rchrdnsh closed 7 years ago

rchrdnsh commented 7 years ago

I like the initial idea of your component, but for some clients I would only need to show pictures, not comments or captions or anything else, so is that possible? I would also want the styling stripped down to match the aesthetic of a clients app, so is this possible as well?

Thank you in advance for your time :-)

kevinongko commented 7 years ago

Hi @rchrdnsh ,

yes this component is fully customizable to your need, it utilize scoped slot so each instance can have different style.

Check out the example code at the readme file and here is the usage in real production site.

rchrdnsh commented 7 years ago

schweet, thanks :-)