Components
The Skeleton components include the following:
- Skeleton - Displays a loading placeholder animation.
- SkeletonText - Displays animated gradient text for loading states.
The Skeleton components include the following:
The Skeleton component displays a loading placeholder animation to indicate that content is being loaded. It's useful for improving perceived performance by showing the structure of content before it's available.
The SkeletonText component animates the text color instead of background color, creating an animated gradient text effect. Useful for showing loading states with text like "AI is thinking...".