Skeleton
Use to show a placeholder while content is loading.
Default
Basic skeleton shapes.
Card
Skeleton mimicking a card layout.
Usage
julia
using Suite
# Text line skeleton
Skeleton(class="h-4 w-[250px]")
# Circle avatar skeleton
Skeleton(class="h-12 w-12 rounded-full")
# Full-width block skeleton
Skeleton(class="h-[125px] w-full rounded-xl")API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| class | String | "" | Size and shape classes (h-4, w-[250px], rounded-full, etc.) |
| kwargs... | Pair | - | Any HTML attribute |