Lustre TextLustrous gradient text with a continuous shine animationtextgradientshinelustreanimation PreviewCodeLustrous TextCopyimport LustreText from "@/components/vritti/lustre-text"; export function LustreTextExample() { return ( <div className="relative flex h-[200px] w-full items-center justify-center overflow-hidden rounded-lg border bg-black"> <LustreText text="Lustrous Text" className="text-5xl font-bold" speed={3} /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/lustre-text"Copy