Avatar

Render a userpic or initials in one of four provided sizes.

'initials' => 'XX',
'image' => false,
'size' => 'md', // sm | md | lg | xl
JS
<x-avatar initials="JS" size="sm" />
<x-avatar iimage="/path/to/image" size="xl" />