Avatar

An avatar is a graphical representation of a user, typically used in a social context.

View on GitHub
DM

Usage

import { Avatar } from '@nerdfish/ui'
import Image from 'next/image'
<Avatar.Root>
	<Avatar.Image
		src="https://avatars.githubusercontent.com/u/56068461?s=40&v=4"
		alt="@darenmalfait"
	/>
	<Avatar.Fallback>DM</Avatar.Fallback>
</Avatar.Root>