Electric TextElectric neon text effect with SVG turbulence filters and glowtextelectricneonglowsvganimation PreviewCodeELECTRICELECTRICELECTRICELECTRICELECTRICELECTRICCopyimport { ElectricText } from "@/components/vritti/electric-text"; export function ElectricTextExample() { return ( <div className="relative flex h-[300px] w-full items-center justify-center overflow-hidden rounded-lg border bg-black"> <ElectricText color="#5227FF" glowIntensity="high" className="text-4xl"> ELECTRIC </ElectricText> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/electric-text"Copy