Back to loaders

Animate Pulse

A customizable animate pulse component built with Tailwind CSS.

TailWrap.dev/preview

Usage

To use this component in your project, copy the code and paste it into your HTML file. You can customize the component by modifying the Tailwind CSS classes.

1
Copy the code
2
Paste into your project
3
Customize as needed
HTML
<div class="relative flex w-64 animate-pulse gap-2 p-4"> <div class="h-12 w-12 rounded-full bg-slate-400"></div> <div class="flex-1"> <div class="mb-1 h-5 w-3/5 rounded-lg bg-slate-400 text-lg"></div> <div class="h-5 w-[90%] rounded-lg bg-slate-400 text-sm"></div> </div> <div class="absolute bottom-5 right-0 h-4 w-4 rounded-full bg-slate-400"></div> </div>
Tailwind CSS v3.3

Responsive Behavior

This component is fully responsive and adapts to different screen sizes. Use the viewport controls above to preview how it looks on different devices.

Mobile

Optimized for screens smaller than 640px

Tablet

Optimized for screens between 640px and 1024px

Desktop

Optimized for screens larger than 1024px