We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80d9e2 commit 01196a8Copy full SHA for 01196a8
app/[docs_id]/loading.tsx
@@ -0,0 +1,12 @@
1
+export default function Loading() {
2
+ return (
3
+ <div className="p-4 mx-auto w-full max-w-200">
4
+ <div className="skeleton h-8 w-3/4 my-4">{/* heading1 */}</div>
5
+ <div className="skeleton h-20 w-full my-2">{/* <p> */}</div>
6
+ <div className="skeleton h-7 w-2/4 mt-4 mb-3">{/* heading2 */}</div>
7
+ <div className="skeleton h-40 w-full my-2">{/* <p> */}</div>
8
9
10
+ </div>
11
+ );
12
+}
0 commit comments