Files
react-test/docs/data/joy/components/skeleton/GeometrySkeleton.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
295 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<Box sx={{ m: 'auto', display: 'flex', alignItems: 'center', gap: 2 }}>
<Skeleton variant="circular" width={48} height={48} />
<div>
<Skeleton variant="rectangular" width={200} height="1em" sx={{ mb: 1 }} />
<Skeleton variant="rectangular" width={140} height="1em" />
</div>
</Box>