a minimalistic floating paths background
import { FloatingPathsBackground } from "@/components/ui/floating-paths"; export default function FloatingPathsBackgroundExample() { return ( <FloatingPathsBackground className="aspect-16/9 flex items-center justify-center" position={-1} > </FloatingPathsBackground> ); }
Part of Bundui — browse the full library on 21st.dev.