Basicly an iframe but might be easier to handle than a regular iframe.
<FocusableIframe
src="https://www.youtube.com/embed/xK0kKbNXZc4"
onFocus={ () => console.log( 'iframe is focused' ) }
/>
Basicly an iframe but might be easier to handle than a regular iframe.
<FocusableIframe
src="https://www.youtube.com/embed/xK0kKbNXZc4"
onFocus={ () => console.log( 'iframe is focused' ) }
/>