components
Tailwind CSS Skeleton
The skeleton component is utilized to display the loading state of a component.
Apply the skeleton
component class to any markup to showcase it’s structure.
Apply the skeleton-animated
modifier class to any markup to showcase it’s structure with loading animation.
Add the animate-pulse
animation class to any markup to display its structure with an active animation. For additional options, refer to the TailwindCSS animation documentation.
Utilize the provided example to present a skeleton featuring a circular shape and content.
Utilize the provided example to present a skeleton featuring a Rectangular shape and content with loading animation.