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