@spacebartech/youtube-video

1.0.5 • Public • Published

youtube-video

Youtube Video Vue Component

Installation

npm install @spacebartech/youtube-video

Usage

import YoutubeVideo from '@spacebartech/youtube-video'

props : {
  	videoId : {
  		type : String
  	},
  	height : {
  		default : 300
  	},
  	width : {
  		default : 500
  	}
  }

youtube-video(
  :height='281',
  :width='500',
  :video-id=youtubeId
)

Tests

npm test

Readme

Keywords

none

Package Sidebar

Install

npm i @spacebartech/youtube-video

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

51.7 kB

Total Files

5

Last publish

Collaborators

  • timalanfarrow
  • tommyduong23