Skip to content
X

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
npx shadcn@latest add @fulldev/video

Currently supports Youtube, Youtube Shorts and Vimeo.

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