mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 12:39:35 +01:00
520 B
520 B
github, description
| github | description |
|---|---|
| true | Display a placeholder while content is loading. |
Usage
Use to show a placeholder while content is loading.
::component-example #default :skeleton-example
#code
<template>
<div class="flex items-center space-x-4">
<USkeleton class="h-12 w-12 rounded-full" />
<div class="space-y-2">
<USkeleton class="h-4 w-[250px]" />
<USkeleton class="h-4 w-[200px]" />
</div>
</div>
</template>
::
Props
:component-props
Preset
:component-preset