@clubmed/trident-ui
Version:
Shared ClubMed React UI components
23 lines (22 loc) • 767 B
JavaScript
import { jsx as e, jsxs as s } from "react/jsx-runtime";
const i = ({ className: r }) => /* @__PURE__ */ e("div", { className: r, "aria-busy": "true", role: "alert", "aria-live": "polite", children: /* @__PURE__ */ s("svg", { className: "w-full animate-spin", viewBox: "0 0 26 26", fill: "none", children: [
/* @__PURE__ */ e("circle", { cx: "13", cy: "13", r: "12", stroke: "#CCCCCC", strokeWidth: "2" }),
/* @__PURE__ */ e(
"circle",
{
className: "animate-loaderDash origin-center",
cx: "13",
cy: "13",
r: "12",
stroke: "black",
strokeWidth: "2",
strokeDasharray: "38",
strokeDashoffset: "38",
strokeLinecap: "round"
}
)
] }) });
export {
i as Spinner
};
//# sourceMappingURL=Spinner.js.map