@ecoding/components.layout
Advanced tools
| import React from "react"; | ||
| declare const PageLoading: React.FC; | ||
| export default PageLoading; |
| import { jsx as _jsx } from "react/jsx-runtime"; | ||
| import { Spin } from "antd"; | ||
| const PageLoading = () => { | ||
| return (_jsx("div", Object.assign({ style: { | ||
| position: "absolute", | ||
| top: "50%", | ||
| left: "50%", | ||
| transform: "translate(-20px, -30px)" | ||
| } }, { children: _jsx(Spin, { size: "large" }) }))); | ||
| }; | ||
| export default PageLoading; |
+1
-0
| export { default as FlexColumnPageHC } from "./core/flex-column-page-hc"; | ||
| export { default as FixedButtonArea } from "./core/fixed-button-area"; | ||
| export { default as OperationArea } from "./core/operation-area"; | ||
| export { default as PageLoading } from "./core/page-loading"; | ||
| export { default as Tip } from "./core/tip"; |
+1
-0
| export { default as FlexColumnPageHC } from "./core/flex-column-page-hc"; | ||
| export { default as FixedButtonArea } from "./core/fixed-button-area"; | ||
| export { default as OperationArea } from "./core/operation-area"; | ||
| export { default as PageLoading } from "./core/page-loading"; | ||
| export { default as Tip } from "./core/tip"; |
+2
-2
| { | ||
| "name": "@ecoding/components.layout", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "author": "cxc", | ||
@@ -26,3 +26,3 @@ "homepage": "", | ||
| }, | ||
| "gitHead": "2cbfae7d5426aaece9a165b225edf1adf73fff30" | ||
| "gitHead": "db098300a2dd7b59f4d25fecffd878df08b80cc3" | ||
| } |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
9233
6.89%19
11.76%205
8.47%