UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

13 lines (12 loc) 635 B
import { jsx as r, jsxs as e } from "react/jsx-runtime"; import { B as l } from "../../Backdrop-CjZYrxkZ.js"; import { B as o } from "../../Box-BI4osO9v.js"; import '../../assets/LoaderBackdrop.css';const n = ({}) => /* @__PURE__ */ r(l, { open: !0, sx: { bgcolor: "background.default" }, children: /* @__PURE__ */ e(o, { className: "cs-loader-backdrop-inner", color: "primary.main", children: [ /* @__PURE__ */ r("label", { children: "●" }), /* @__PURE__ */ r("label", { children: "●" }), /* @__PURE__ */ r("label", { children: "●" }), /* @__PURE__ */ r("label", { children: "●" }) ] }) }); export { n as default };