1.0.0 • Published 6 years ago

vue-insta-slider v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Vue Instagram Slider

A dead simple way to include an Instagram feed on your page

Installation

To install, simply run npm i vue-insta-slider

Usage

To use this component on your page, first import it:

...
<script>
import InstagramSlider from 'vue-insta-slider'

export default {
    name: 'app',
    components: {
        InstagramSlider
    }
}
</script>
...

Then you can use it in your template using the following:

<InstagramSlider username="ryuhhnn" />

Contributing

If you see a problem with this package, feel free to open an issue. I'm not going to be one of those people who makes you use a template, but I will ask that you please use common sense. If you do not give enough information, I will close your issue, simply put. You're also free to contribute in any way, but I do ask that you open an issue first before you go submitting pull requests.

Contact

The Vue Instagram Slider was created by Ryan Coleman

License

The Vue Instagram Slider is open-sourced software licensed under the MIT License.