Skip to content
X GitHub

Video

---
import { Video } from "@/components/ui/video"
---
<Video src="https://youtube.com/watch?v=dQw4w9WgXcQ" />

To install the video component, run the following command:

Terminal window
pnpm dlx shadcn@latest add @fulldev-ui/video
import { Video } from "@/components/ui/video"
<Video src="https://youtube.com/watch?v=dQw4w9WgXcQ" />

Embed a YouTube video by providing the watch URL.

---
import { Video } from "@/components/ui/video"
---
<Video src="https://youtube.com/watch?v=dQw4w9WgXcQ" />

Embed a YouTube Short by providing the shorts URL.

---
import { Video } from "@/components/ui/video"
---
<div class="max-w-sm">
<Video src="https://youtube.com/shorts/dQw4w9WgXcQ" />
</div>

The Video component automatically embeds YouTube videos and shorts with the correct aspect ratio.

PropTypeDescription
srcstringThe YouTube video or shorts URL