Skip to content

katalonne/vue-instagram-embed

Repository files navigation

Vue Instagram Embed

Build Status codebeat badge GitHub open issues npm version MIT License

Vue component for embedding instagram posts

Demo

Vue Instagram Embed

Installation

yarn add vue-instagram-embed

npm install --save vue-instagram-embed

Usage

import InstagramEmbed from 'vue-instagram-embed';

export default {
  components: {
    InstagramEmbed
  }
}
<instagram-embed
  :url="'https://www.instagram.com/p/Bs_yHwHBjKo/'"
  :max-width=500
/>

Props

Property Type Default
url String
max-width Number 320
class-name String
hide-caption Boolean false

License

MIT © katalonne

About

Vue component for embedding instagram posts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published