Components
npx shadcn@latest add https://21st.dev/r/kokonutd/background-pathsLoading preview...
import { BackgroundPaths } from "@/components/ui/background-paths"
export function DemoBackgroundPaths() {
return <BackgroundPaths title="Background Paths" />
}