Arctic Design
Get StartedFoundationsComponentsExamples
K

Avatar

Displays a visual representation, often as an image or initials, to identify a user or entity within an interface.

Usage
A
import { Avatar } from '@arctic-kit/snow';
function Demo() {
return (
<Avatar color="primary">
A
</Avatar>
);
}

API Reference

PropsTypeDefault
altstring | undefined---
bgColorSnowColor---
colorSnowColor---
onClick(() => void) | undefined---
size"small" | "medium" | "large"---
srcstring | undefined---