Previews

No matching results.

x
1
2
3
4
5
<div class="relative inline-flex ">
<div class="w-10 h-10 text-base rounded-full bg-primary-100 text-primary-700 flex items-center justify-center font-medium">
JD
</div>
</div>
1
2
3
4
5
6
7
8
9
10
11
resolved_src = src.present? ? src : nil
resolved_status = status.present? ? status.to_sym : nil
render BetterUi::AvatarComponent.new(
src: resolved_src,
name: name,
variant: variant.to_sym,
size: size.to_sym,
shape: shape.to_sym,
status: resolved_status
)
Param Description Input