Swoosh TextText with colorful cascading text-shadow layers that disappear on hover with a swoosh effect.text PreviewCodeHover MeCopy"use client"; import SwooshText from "@/components/vritti/swoosh-text"; export function SwooshTextExample() { return ( <div className="flex items-center justify-center p-8"> <SwooshText text="Hover Me" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/swoosh-text"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy