Media Between TextReveal an image or video between two text elements on hover, scroll, or programmatically.animationtextmediahoverreveal PreviewCodeHelloWorldCopy"use client"; import { MediaBetweenText } from "@/components/vritti/media-between-text"; export function MediaBetweenTextExample() { return ( <div className="w-full h-[400px] flex items-center justify-center"> <MediaBetweenText firstText="Hello" secondText="World" mediaUrl="https://picsum.photos/seed/media/200/100" mediaType="image" className="items-center gap-2 text-4xl font-bold cursor-pointer" mediaContainerClassName="h-12 rounded-lg overflow-hidden" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/media-between-text"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy