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