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 resolved aria-label.
  • Initials fallback is derived from the label input when no image is provided.
  • Decorative images should use an empty or redundant label strategy in consuming apps.