Components
Loading preview...
Loader Minimal 3D stacked-block animation symbolizing structure and flow. Keeps users engaged with a sleek, modern loading experience.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/loader-9import { Component } from "@/components/ui/loader-9";
export default function DemoOne() {
return <Component />;
}