Animated multi-color dots pattern with each dot orbiting around its cell center. Supports many colors plus shape and motion controls. Great for playful, dynamic backgrounds and UI textures.
import { ShaderBackground } from "@/components/ui/dot-orbit" export default function ShaderBackgroundDemo() { return ( <div className="relative h-screen w-full overflow-hidden"> <ShaderBackground className="h-full w-full" /> </div> ) }