Components
A beautiful laoding component rotate regular and changes color and loading state text with diffrent symbols.
Loading preview...
import { Loading } from "@/components/ui/circle-unique-load";
export default function DemoOne() {
return <Loading />;
}