Components
Animated glowing blob background with hue rotation and subtle grid overlay. Perfect for splash screens, hero sections, or cosmic vibes.
npx @21st-dev/cli add dhileepkumargm/blob-backgroundLoading preview...
import { Component } from "@/components/ui/blob-background";
export default function DemoOne() {
return <Component />;
}