Fade ContentContent with fade animation.animationreveal PreviewCodeFading InCopyimport FadeContent from "@/components/vritti/fade-content"; export function FadeContentExample() { return ( <div className="flex items-center justify-center p-8"> <FadeContent> <h2 className="text-2xl font-bold">Fading In</h2> </FadeContent> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/fade-content"Copy Dependencies pnpmnpmyarnbunpnpm add gsapCopy