Material-UI Skeleton component for loading state placeholders.
Wraps Material-UI's Skeleton to provide animated placeholder elements while content loads.
Supports multiple variants (text, circular, rectangular) and customizable dimensions.
All Material-UI Skeleton props are supported and passed through directly.
Parameters
props: SkeletonProps
Skeleton configuration (see SkeletonProps)
Returns Element
Skeleton placeholder element with animation
Example
// Text skeleton with specific dimensions <Skeletonvariant="text"width={200}height={20}/>
Material-UI Skeleton component for loading state placeholders.
Wraps Material-UI's Skeleton to provide animated placeholder elements while content loads. Supports multiple variants (text, circular, rectangular) and customizable dimensions. All Material-UI Skeleton props are supported and passed through directly.