mljr-ui · showcase

Shimmer

Animated gradient loading placeholder. Lighter than Skeleton — just the shimmer effect with configurable size and shape.

feedback shimmer

Usage

feedback.Shimmer(feedback.ShimmerProps{
    Width:  "100%",
    Height: "1.2em",
})

// Multiple lines
feedback.Shimmer(feedback.ShimmerProps{
    Width:  "280px",
    Height: "0.9em",
    Lines:  4,
})

// Circle avatar
feedback.Shimmer(feedback.ShimmerProps{
    Width:  "48px",
    Height: "48px",
    Circle: true,
})