A responsive YouTube embed component for React.
npm install react-youtube-embedA responsive YouTube embed component for React.
With npm:
``bash`
npm install --save react-youtube-embed
With Yarn:
`bash`
yarn add react-youtube-embed
`jsx
import YouTube from 'react-youtube-embed'
...
`
- 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: ""`