@szum-tech/design-system
Version:
Szum-Tech design system with tailwindcss support
10 lines (7 loc) • 344 B
JavaScript
import { cn } from './chunk-ZD2QRAOX.js';
import { LoaderCircle } from 'lucide-react';
import { jsx } from 'react/jsx-runtime';
function Spinner({ className, ...props }) {
return /* @__PURE__ */ jsx(LoaderCircle, { role: "status", "aria-label": "Loading", className: cn("size-4 animate-spin", className), ...props });
}
export { Spinner };