Components
Loading preview...
a minimalistic floating paths background
@bundui
npx shadcn@latest add https://21st.dev/r/bundui/floating-pathsimport { FloatingPathsBackground } from "@/components/ui/floating-paths";
export default function FloatingPathsBackgroundExample() {
return (
<FloatingPathsBackground
className="aspect-16/9 flex items-center justify-center"
position={-1}
>
</FloatingPathsBackground>
);
}