🎉 👀 New look, same Primer! Preview the new docs experience here and let us know what you think.

Avatar stack

Avatar stack displays two or more avatars in an inline stack.

v0.42.0BetaNot reviewed for accessibility

Description

Use AvatarStack to stack multiple avatars together.

Arguments

NameTypeDefaultDescription
tag
Symbol

:div

One of :div or :span.

align
Symbol

:left

One of :left or :right.

tooltipped
Boolean

false

Whether to add a tooltip to the stack or not.

body_arguments
Hash

{}

Parameters to add to the Body. If tooltipped is set, has the same arguments as Tooltip. The default tag is :div but can be changed using tag: to one of :div or :span.

system_arguments
Hash

N/A

Examples

Slots

avatars

Required list of stacked avatars.

NameTypeDefaultDescription
kwargs
Hash

N/A

The same arguments as Avatar.