Avatar

Avatar component documentation.

Usage

AD
import { Avatar } from "@aqqo/aqqo-ui";
<Avatar>JB</Avatar>

Props

PropTypeDefaultDescription
classNamestring-Additional CSS classes for custom styling.
childrenReactNode-Content to display (e.g. initials).
...propsHTMLAttributes<HTMLDivElement>-Inherited div attributes.

On this page

  1. Usage
  2. Props
Scroll to top