"If it's not you, then it's the other you"
A. Render, 1995
size | string |
<Avatar>
<Icon icon={activeParams?.icon} />
</Avatar>
icon | icon | |
size | string | |
iconSize | size preset |
<Avatar icon={icon} />
__propDef: {
props: {
class?: string | undefined;
element?: HTMLDivElement | null | undefined;
icon?: string | undefined;
size?: "tiny" | "small" | "medium" | "large" | "full" | undefined;
iconSize?: "tiny" | "small" | "medium" | "default" | "large" | "big" | undefined;
};
events: {
[evt: string]: CustomEvent<any>;
};
slots: {
avatarBadge: {};
default: {};
};
};