Skeleton - Keep React
Table of Contents#
Default Skeleton#
The Default Skeleton component provides a visual placeholder that mimics the appearance of loading content. It presents a line of skeleton components and serves as a foundation for different skeleton layouts.
Comment Layout#
The Comment Layout skeleton mimics a comment structure with a larger line, an avatar-like circle, and a description skeleton. You can customize this layout to fit your design seamlessly.
Paragraph Skeleton#
The Paragraph Skeleton incorporates multiple lines of skeleton components, resembling a paragraph. It's a versatile choice for loading various content blocks.
Post Skeleton#
The Post Skeleton demonstrates a skeleton representing a post-like structure, ideal for showcasing loading placeholders in a social media or content platform.
API Reference#
For comprehensive details about the Skeleton component's properties, refer to the API documentation.
Property | Description | Type | Default |
---|---|---|---|
animation | Skeleton animation to be animated | boolean | false |
children | Skeleton Content | ReactNode | Content |