Fluid GlassA layouts fluid glass componentlayoutsglass PreviewCodeCopyimport FluidGlass from "@/components/vritti/fluid-glass"; export function FluidGlassExample() { return ( <div className="relative flex h-[400px] w-full items-center justify-center overflow-hidden rounded-lg border"> <FluidGlass /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/fluid-glass"Copy Dependencies pnpmnpmyarnbunpnpm add three @react-three/fiber @react-three/drei maathCopy