mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
docs(skeleton): update
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
<template>
|
||||||
|
<div class="flex items-center gap-4">
|
||||||
|
<USkeleton class="h-12 w-12 rounded-full" />
|
||||||
|
|
||||||
|
<div class="grid gap-2">
|
||||||
|
<USkeleton class="h-4 w-[250px]" />
|
||||||
|
<USkeleton class="h-4 w-[200px]" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
@@ -8,7 +8,7 @@ links:
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
## Examples
|
:component-example{name="skeleton-example"}
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user