Components
An animated hexagonal dot-matrix loading indicator with a liquid swirl shimmer that ripples through the hex lattice.
Loading preview...
import { DotmHex10 } from "@/components/ui/dotm-hex-10";
export default function DotmHex10Demo() {
return (
<div className="flex min-h-[400px] w-full items-center justify-center bg-background text-foreground">
<DotmHex10 size={160} dotSize={20} colorPreset="grad-aurora" bloom />
</div>
);
}