Loading avatar row card

A skeleton row of an avatar plus loading text

Skeleton for a card whose loaded shape is an avatar on the left with one or more lines of text on the right (e.g. user/bid/profile cards). Renders inside an `fl-card` by default; set `card="false"` when the parent surface already provides its own card/background. Configure `avatarSize` and `bodyRows` to match the loaded content. For the inline list-row variant (avatar spanning two text lines), use `fl-loading-thread-item` instead.

Contents

Inputs
avatarSize ?: AvatarSize = AvatarSize.MID
bodyRows ?: number = 2

Rows of loading text rendered alongside the avatar.

card ?: boolean = true

Wrap the avatar row in an `fl-card`. Set `false` when the parent surface already provides its own card/background.