Back

Skeleton

Shapes

Animations

Shimmer (Default)

Pulse

None

Image Placeholder

Usage

Loading placeholders that mimic the layout of actual content.

@display.Skeleton(display.SkeletonProps{
    Width:     "w-full",
    Height:    "h-32",
    Variant:   "rect",    // "rect" | "circle"
    Animation: "shimmer", // "shimmer" | "pulse" | "none"
    Image:     true,      // show image icon
})