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 : nilresolved_status = status.present? ? status.to_sym : nilrender BetterUi::AvatarComponent.new( src: resolved_src, name: name, variant: variant.to_sym, size: size.to_sym, shape: shape.to_sym, status: resolved_status)No notes provided.
| Param | Description | Input |
|---|---|---|
|
— |
|
|
|
— |
|
|
|
— |
|
|
|
— |
|
|
|
— |
|
|
|
— |
|