-
-
-
-
- Skeleton Component Examples
-
- setIsLoading(detail.checked)}>
- Show loading state (Skeleton)
-
-
-
-
+ setIsLoading(detail.checked)}>
+ Show loading state (Skeleton)
+
+ }
+ screenshotArea={{ disableAnimations: true }}
+ >
{/* Cards Example */}
Cards with Skeleton}>
@@ -333,6 +329,6 @@ export default function SkeletonComponentsExamples() {
>
-
+
);
}
diff --git a/pages/skeleton/permutations.page.tsx b/pages/skeleton/permutations.page.tsx
index 689b334413..759f8ad7f8 100644
--- a/pages/skeleton/permutations.page.tsx
+++ b/pages/skeleton/permutations.page.tsx
@@ -4,9 +4,9 @@ import React from 'react';
import Skeleton, { SkeletonProps } from '~components/skeleton';
+import { SimplePage } from '../app/templates';
import createPermutations from '../utils/permutations';
import PermutationsView from '../utils/permutations-view';
-import ScreenshotArea from '../utils/screenshot-area';
const permutations = createPermutations