1.0.3 • Published 5 years ago

react-youtube-embed v1.0.3

Weekly downloads
1,257
License
MIT
Repository
github
Last release
5 years ago

react-youtube-embed

A responsive YouTube embed component for React.

Install

With npm:

npm install --save react-youtube-embed

With Yarn:

yarn add react-youtube-embed

Usage

import YouTube from 'react-youtube-embed'

...

<YouTube id='A71aqufiNtQ' />

Options

  • aspectRatio: Set an aspect ratio or percentage. Default: "16:9"
  • prependSrc: Prepends a string to the embed URL (before the YouTube ID). Default: "https://www.youtube.com/embed/"
  • appendSrc: Appends a string to the embed URL. Default: ""