1.0.5 • Published 6 years ago

@spacebartech/youtube-video v1.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago