Loader by Yaya12085
#212121
HTML +TailwindCSS
1<div class="flex items-center space-x-2"> 2 <div class="animate-pulse rounded-full bg-gray-500 h-12 w-12 rounded-full"></div> 3 <div class="space-y-2"> 4 <div class="animate-pulse rounded-md bg-gray-500 h-4 w-[200px]"> </div> 5 <div class="animate-pulse rounded-md bg-gray-500 h-4 w-[170px]"> </div> 6 </div> 7</div> 8
425 views
425 views
Comments
MIT License