Docs / Components
SenseAvatarComponent
User avatar with image support, initials fallback, configurable sizes and shapes from @artificialsenselabs/ui.
Live demo: run nx serve showcase and open /components/avatar (port 4202).
Overview
Category: Display. Selector: sense-avatar. Import: import { SenseAvatarComponent } from '@artificialsenselabs/ui';
Accessibility
- Host uses
role="img"with a resolvedaria-label. - Initials fallback is derived from the
labelinput when no image is provided. - Decorative images should use an empty or redundant label strategy in consuming apps.