components

Tailwind CSS Skeleton

The skeleton component is utilized to display the loading state of a component.

Class Name
Type
Description
skeletonComponentDisplays a markup’s structure.
skeleton-animatedModifierDisplays skeleton with loading animation.

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.