Sliced TextText that appears split horizontally and merges back together on hover.text PreviewCodeHover MeHover MeHover MeCopy"use client"; import SlicedText from "@/components/vritti/sliced-text"; export function SlicedTextExample() { return ( <div className="flex items-center justify-center p-8"> <SlicedText text="Hover Me" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/sliced-text"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy