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