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