### Examples

**Standard Use**

```
<Video url='https://www.youtube.com/embed/Qbb87xM_7iw' />
```


**OEmbed**

```
<Video
  embed={{
    "thumbnail_url": "https://i.ytimg.com/vi/Qbb87xM_7iw/hqdefault.jpg",
    "height": 270,
    "thumbnail_width": 480,
    "author_name": "Blackbaud",
    "title": "Blackbaud's Purpose'",
    "url": "https://www.youtube.com/embed/Qbb87xM_7iw",
    "width": 480,
    "provider_name": "YouTube",
    "provider_url": "https://www.youtube.com/",
    "thumbnail_height": 360,
    "type": "video",
    "author_url": "https://www.youtube.com/user/blackbaudinc",
    "html": "\n<iframe width=\" 480\" height=\"270\" src=\"https://www.youtube.com/embed/Qbb87xM_7iw?feature=oembed\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n",
    "version": "1.0"
  }}
/>
```
