1.0.0 • Published 5 years ago

vue-instagram-embed v1.0.0

Weekly downloads
1,348
License
MIT
Repository
-
Last release
5 years ago

Build Status codebeat badge MIT License

Vue component for embedding instagram posts

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

PropertyTypeDefault
urlString
max-widthNumber320
class-nameString
hide-captionBooleanfalse

License

MIT © katalonne