Components
A beautiful laoding component rotate regular and changes color and loading state text with diffrent symbols.
npx shadcn@latest add https://21st.dev/r/m.kumailalirajpoot/circle-unique-loadLoading preview...
import { Loading } from "@/components/ui/circle-unique-load";
export default function DemoOne() {
return <Loading />;
}