Bg MediaBackground media component with video/image supportbackgroundmediavideo PreviewCodeYour browser does not support the video tag.PauseCopyimport { BackgroundMedia } from "@/components/vritti/bg-media" export function BgMediaDemo() { return ( <div className="w-full h-[400px] rounded-lg overflow-hidden border"> <BackgroundMedia type="video" variant="light" src="https://openaicomproductionae4b.blob.core.windows.net/production-twill-01/c74791d0-75d2-48e6-acae-96d13bc97c56/paper-planes.mp4" /> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/bg-media"Copy