Floating LinesAnimated floating lines background effect.background PreviewCodeCopyimport FloatingLines from "@/components/vritti/floating-lines"; export function FloatingLinesExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <FloatingLines /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/floating-lines"Copy Dependencies pnpmnpmyarnbunpnpm add threeCopy