Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

react tailwind loading

<div class="border border-blue-300 shadow rounded-md p-4 max-w-sm w-full mx-auto">
  <div class="animate-pulse flex space-x-4">
    <div class="rounded-full bg-slate-700 h-10 w-10"></div>
    <div class="flex-1 space-y-6 py-1">
      <div class="h-2 bg-slate-700 rounded"></div>
      <div class="space-y-3">
        <div class="grid grid-cols-3 gap-4">
          <div class="h-2 bg-slate-700 rounded col-span-2"></div>
          <div class="h-2 bg-slate-700 rounded col-span-1"></div>
        </div>
        <div class="h-2 bg-slate-700 rounded"></div>
      </div>
    </div>
  </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Javascript :: export excel form angular array to excel 
Javascript :: how to create two dimensional array in js 
Javascript :: js outputting data 
Javascript :: check if array contain the all element javascript 
Javascript :: show image javascript 
Javascript :: javascript training 
Javascript :: how to add abutton component to drawer in react native 
Javascript :: Adding A forEach Function To An HTMLCollection JavaScript 
Javascript :: mariadb JSON_ARRAYAGG does not exist 
Javascript :: mongoose use unified topology 
Javascript :: js dictionary 
Javascript :: jquery slider move event 
Javascript :: array flatten 
Javascript :: service worker registration 
Javascript :: delete last array element javascript 
Javascript :: how to find a name of class from page in jquery 
Javascript :: axios post method 
Javascript :: divide an array based on length js 
Javascript :: angular ng class with animation 
Javascript :: map javascript 
Javascript :: js initialize 2d array 
Javascript :: clone a JavaScript object 
Javascript :: js check string is date 
Javascript :: download xlsx file javascript 
Javascript :: sortable jquery 
Javascript :: include hover in style jsx 
Javascript :: vue style background color 
Javascript :: download pdf 
Javascript :: how to compare previous value with current in javascript 
Javascript :: react js big calendar 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =