Variants
The component can take the shape of 3 different variants.
<MudSkeleton /> <MudSkeleton SkeletonType="SkeletonType.Circle" Width="50px" Height="50px" /> <MudSkeleton SkeletonType="SkeletonType.Rectangle" Width="200px" Height="110px" />
Animations
The default animation is pulse, but you can disable it or change to wave.
<MudSkeleton /> <MudSkeleton Animation="Animation.False" /> <MudSkeleton Animation="Animation.Wave" />