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.
<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>This component is fully responsive and adapts to different screen sizes. Use the viewport controls above to preview how it looks on different devices.
Optimized for screens smaller than 640px
Optimized for screens between 640px and 1024px
Optimized for screens larger than 1024px