Skeleton

Display an styled skeleton element.

Usage

Use in place of content to indicate a loading state.

<template>
  <div class="grid grid-cols-2 w-full gap-3">
    <CSkeleton class="h-10 w-full" />
    <CSkeleton class="h-10 w-full" />
    <CSkeleton class="h-10 w-full" />
    <CSkeleton class="h-10 w-full" />
  </div>
</template>