Skeleton
Basic usage
<div class="flex flex-col gap-4">
  <div class="flex items-center gap-4">
    <div class="flex-shrink-0">
      <CSkeleton />
    </div>
    <div class="flex flex-col gap-2 flex-grow">
      <CSkeleton height="12px" shape="square" />
      <CSkeleton height="12px" shape="square" />
    </div>
  </div>
  <CSkeleton shape="square" borderRadius="0" height="200px" />
  <div class="flex justify-end gap-4">
    <CSkeleton shape="square" width="100px" height="42px" />
    <CSkeleton shape="square" width="100px" height="42px" />
  </div>
</div><div class="flex flex-col gap-4">
  <div class="flex items-center gap-4">
    <div class="flex-shrink-0">
      <CSkeleton />
    </div>
    <div class="flex flex-col gap-2 flex-grow">
      <CSkeleton height="12px" shape="square" />
      <CSkeleton height="12px" shape="square" />
    </div>
  </div>
  <CSkeleton shape="square" borderRadius="0" height="200px" />
  <div class="flex justify-end gap-4">
    <CSkeleton shape="square" width="100px" height="42px" />
    <CSkeleton shape="square" width="100px" height="42px" />
  </div>
</div>svelte
   Click fold/expand code 
CSkeleton Props
- shapedefault:EShapecircleThe shape of skeleton 
- widthdefault:anyundefined
- heightdefault:anyundefined
- borderRadiusdefault:anyundefined
CSkeleton Events
No data
  CSkeleton Slots
No data
  CSkeleton Exports
No data