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
| Prop | Type | Description |
|---|---|---|
url | string | URL of content to embed |
width | number \| string | Width of embedded content |
height | number \| string | Height of embedded content |
title | string | Accessible title for the embed |