PrismA prismatic light refraction background effect.background PreviewCodeCopyimport Prism from "@/components/vritti/prism"; export function PrismExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <Prism /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/prism"Copy Dependencies pnpmnpmyarnbunpnpm add oglCopy