Avatar
The Avatar component is used to show avatar.
1. Import
KUMUI exports 3 Avatar-related components:
import { Avatar, AvatarImage, AvatarFallback } from "@rohitgadekar/kimui";
2. Usage
CNCN
3. API
3.1 Avatar
| Attribute | Type | Description | Default |
|---|---|---|---|
| Children | React.ReactNode | Children Props Avatar. | - |
3.2 AvatarImage
| Attribute | Type | Description | Default |
|---|---|---|---|
| src | string | Image url. | - |
3.3 AvatarFallback
| Attribute | Type | Description | Default |
|---|---|---|---|
| Children | React.ReactNode | Fallback Text For Avatar. | - |