mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 01:10:40 +01:00
docs: minor improvements
This commit is contained in:
@@ -13,9 +13,9 @@ Use to show a placeholder while content is loading.
|
||||
#code
|
||||
```vue
|
||||
<template>
|
||||
<div className="flex items-center space-x-4">
|
||||
<div class="flex items-center space-x-4">
|
||||
<USkeleton class="h-12 w-12 rounded-full" />
|
||||
<div className="space-y-2">
|
||||
<div class="space-y-2">
|
||||
<USkeleton class="h-4 w-[250px]" />
|
||||
<USkeleton class="h-4 w-[200px]" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user