Interactive InputSci-fi styled input with shimmer border animation and glow effectsinputinteractiveshimmerglowsci-fiform PreviewCodeCopyimport { InteractiveInput } from "@/components/vritti/interactive-input"; export function InteractiveInputExample() { return ( <div className="flex flex-col items-center gap-6 p-8 bg-background rounded-lg"> <InteractiveInput placeholder="Type something..." /> <InteractiveInput variant="glow" inputSize="lg" placeholder="Glowing input..." shimmerColor="#8b5cf6" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/interactive-input"Copy Dependencies pnpmnpmyarnbunpnpm add class-variance-authorityCopy