We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219b4f8 commit 4093410Copy full SHA for 4093410
.dumi/theme/common/Loading.tsx
@@ -0,0 +1,6 @@
1
+import React from 'react';
2
+import { Skeleton } from 'antd';
3
+
4
+export default function Loading() {
5
+ return <Skeleton title={false} active paragraph={{ rows: 3 }} />;
6
+}
loading.js
@@ -0,0 +1,3 @@
+// put it into `.dumi` folder when dumi ready
+import Loading from './.dumi/theme/common/Loading';
+export default Loading;
0 commit comments