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