The following props are available for avatar component. These are the custom props that come with we've added for the avatar component and you can use all the other native props as well.
Attribute | Type | Description | Default |
---|---|---|---|
variant | Variant | Change avatar variant | rounded |
size | Size | Change avatar size | md |
type variant = "rounded" | "circular"
type size = "xs" | "sm" | "md" | "lg" | "xl" | "xxl"