Components
Minimalist loading animation featuring 3D cubes with rotating letters, creating a smooth sequential reveal effect that conveys progress in a clean, modern style.
Loading preview...
import { Component } from "@/components/ui/loader";
export default function DemoOne() {
return <Component />;
}