Fallback
When the src
prop is undefined, default children will show. This can be used for initials, icons, or fallback images.
<Avatar>SK</Avatar>
<Avatar>💀</Avatar>
API Reference
Avatar
Property | Type | Description |
---|---|---|
src | string | |
alt | string | |
filter | string | |
base | string | |
background | string | |
size | string | |
font | string | |
border | string | |
rounded | string | |
shadow | string | |
classes | string | |
imageBase | string | |
imageClasses | string | |
children | React.ReactNode | |