Skip to content

Loading

Directive that overlays a spinner in the center of any element to indicate loading state.

vue
<div v-loading="isLoading"
     class="flex-shrink-0 w-full h-64 sm:h-96 bg-red-300 flex ">
  DEMO
</div>
DEMO