Tailwind CSS Avatar - Props
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 |
Types - Variant
type variant = "rounded" | "circular"
Types - Size
type size = "xs" | "sm" | "md" | "lg" | "xl" | "xxl"