Props
| Prop | Type | Default | Notes |
|---|---|---|---|
src | string | '' | |
alt | string | '' | |
status | '' | online | offline | '' |
StellarUI
Image or initials avatar with optional online/offline status dot.
<stellar-avatar style="--avatar-size:5rem">D</stellar-avatar>Complete props, events, slots, and implementation notes for the shipped avatar.
| Prop | Type | Default | Notes |
|---|---|---|---|
src | string | '' | |
alt | string | '' | |
status | '' | online | offline | '' |
| Event | Source | Notes |
|---|---|---|
| custom events | none | stellar-avatar is display-only and emits no custom events. |
| Slot | Notes |
|---|---|
| default | Fallback avatar content, typically initials, shown when src is absent. |