shader-wave-default
"use client"
import { ShaderWave } from "@/components/ui/backgrounds/shader-wave"
export function DemoOne() {
return (
<div className="relative flex h-[550px] w-full flex-col items-center justify-center overflow-hidden rounded-xl border">
<ShaderWave />
</div>
)
}
pnpm dlx shadcn@latest add "https://ui.dalim.in/r/shader-wave-default.json"
Installation
pnpm dlx shadcn@latest add https://ui.dalim.in/r/styles/default/shader-wave.json
Usage
import { ShaderWave } from "@/components/ui/shader-wave"
<ShaderWave />