YouTube
Description
Embeds a YouTube video iframe
into a website with the video uid
, using www.youtube-nocookie.com.
props
autoplay
- auto-plays the videoclass
id
start
- start time (seconds)title
uid
- unique YouTube id
example
<script lang="ts">
import { YouTube } from "drab";
</script>
<YouTube
class="aspect-video w-full rounded"
title="Renegade - Kevin Olusola"
uid="gouiY85kD2o"
/>