mljr-ui · showcase

Skeleton

Shimmering content placeholder for loading states.

feedback skeleton

Usage

// text line
feedback.Skeleton(feedback.SkeletonProps{Variant: feedback.SkeletonText, Width: "60%"})

// avatar
feedback.Skeleton(feedback.SkeletonProps{Variant: feedback.SkeletonCircle, Width: "3rem", Height: "3rem"})

// card block
feedback.Skeleton(feedback.SkeletonProps{Variant: feedback.SkeletonRect, Height: "120px"})