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:
npx shadcn@latest add @fulldev/videoCurrently supports Youtube, Youtube Shorts and Vimeo.
import { Video } from "@/components/ui/video"<Video src="https://youtube.com/watch?v=dQw4w9WgXcQ" />