Kind: Class
Source: atloria-monorepo/packages/ui-core/src/components/avatar/Avatar.ts
An avatar component that displays images or initials
Extends: AtloriaElement
Methods
| Method | Signature | Returns |
|---|---|---|
render | render() | void |
Properties
| Property | Type |
|---|---|
styles | any |
src | any |
alt | any |
name | any |
initials | any |
size | AvatarSize |
shape | AvatarShape |
status | `'online' |
ring | any |
clickable | any |
group | any |
Where it refuses work
AtloriaAvatarstops the work with an early return whenthis.initials.AtloriaAvatarstops the work with an early return whenparts.length >= 2.AtloriaAvatarstops the work with an early return when!this.name && !this.initials.
Was this page helpful?