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