Skip to main content

Embed

Embed is a component for embedding external content like videos, maps, or other iframes.

Usage

<Embed 
url="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
width="100%"
height="400px"
title="Video Player"
/>

Props

PropTypeDescription
urlstringURL of content to embed
widthnumber \| stringWidth of embedded content
heightnumber \| stringHeight of embedded content
titlestringAccessible title for the embed