@blaze-react/video-container

The VideoContainer component is a simple wrapper to make the video responsive

Usage no npm install needed!

<script type="module">
  import blazeReactVideoContainer from 'https://cdn.skypack.dev/@blaze-react/video-container';
</script>

README

Description

The VideoContainer component is a simple wrapper to make the video responsive

Usage

<VideoContainer
    src="https://www.youtube.com/embed/sSJiZLkfsnw"
    title="lorem ipsum"
    frameborder="0"
  />

API

VideoContainer can receive a number of props as follow:
NAME TYPE DEFAULT
src string empty
title String empty
frameborder string '0'