createAvatar(props?: AvatarProps): HTMLDivElement
Create an avatar element
Example 1
Example 1
// Image avatar const avatar = createAvatar({ src: 'https://example.com/avatar.jpg', alt: 'John Doe', size: 'lg' });
optional
props: AvatarProps