import { Avatar } from "natmfat/components/Avatar";
<Avatar username="natmfat" src="https://www.natmfat.com/logo.png" size={tokens.space48} />
Prop | Type | Default |
---|---|---|
backgroundColor | ColorStyles | |
heading | string | |
subheading | string | |
maxTextWidth | number | |
verticalAlign | "start" "end" | |
buttons | ButtonProps[] | [] |
src | string | |
username | string | |
fullName | string | |
size | SpaceStyles | tokens.space32 |