Video
---import { Video } from "@/components/ui/video"---
<Video src="https://youtube.com/watch?v=dQw4w9WgXcQ" />Installation
Section titled “Installation”To install the video component, run the following command:
pnpm dlx shadcn@latest add @fulldev-ui/videoimport { Video } from "@/components/ui/video"<Video src="https://youtube.com/watch?v=dQw4w9WgXcQ" />Examples
Section titled “Examples”YouTube Video
Section titled “YouTube Video”Embed a YouTube video by providing the watch URL.
---import { Video } from "@/components/ui/video"---
<Video src="https://youtube.com/watch?v=dQw4w9WgXcQ" />YouTube Shorts
Section titled “YouTube Shorts”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>API Reference
Section titled “API Reference”The Video component automatically embeds YouTube videos and shorts with the correct aspect ratio.
| Prop | Type | Description |
|---|---|---|
src | string | The YouTube video or shorts URL |