Avatar
Avatar component documentation.
Usage
AD
import { Avatar } from "@aqqo/aqqo-ui";<Avatar>JB</Avatar>Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | Additional CSS classes for custom styling. |
children | ReactNode | - | Content to display (e.g. initials). |
...props | HTMLAttributes<HTMLDivElement> | - | Inherited div attributes. |