A circular loading spinner with a yellow warning-colored border that rotates to indicate a pending state.
import SpinnerBorderWarning from "@/components/ui/uiable-spinner-border-warning"; export default function Default() { return ( <div className="flex min-h-[240px] w-full items-center justify-center bg-background text-foreground"> <SpinnerBorderWarning /> </div> ); }