Video TextA component that displays text with a video playing in the background.textanimationvideo PreviewCodeYour browser does not support the video tag.OCEANCopyimport { VideoText } from "@/components/vritti/video-text"; export function VideoTextExample() { return ( <div className="relative flex items-center justify-center p-8 h-[300px] w-full overflow-hidden"> <VideoText src="https://cdn.magicui.design/ocean-small.webm"> OCEAN </VideoText> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/video-text"Copy