docs(Skeleton): fix usage example (#452)

This commit is contained in:
Larra Su
2023-07-27 18:43:30 +08:00
committed by GitHub
parent 3dd0492f91
commit 58e3958390

View File

@@ -18,7 +18,7 @@ Use to show a placeholder while content is loading.
```vue
<template>
<div class="flex items-center space-x-4">
<USkeleton class="h-12 w-12 rounded-full" />
<USkeleton class="h-12 w-12" :ui="{ rounded: 'rounded-full' }" />
<div class="space-y-2">
<USkeleton class="h-4 w-[250px]" />
<USkeleton class="h-4 w-[200px]" />