Avatar
Circular avatar component supporting images, initials, and file upload. Click to view full-size image or to upload new one when editable.Import
Props
Image URL to display
User name (displays first letter as fallback when no icon)
Enable file upload on click (accepts jpg, jpeg, png, gif)
Enable click to view full-size image in modal
Callback fired when new image is selected, receives base64-encoded file
Custom styles for the avatar container
Usage
Notes
- When
editableis true, clicking triggers file upload dialog - When
clickableis true, clicking displays full-size image in modal - If no
iconis provided, displays first letter ofnamein uppercase - File upload only accepts image formats: jpg, jpeg, png, gif
onChangereceives the file as base64-encoded string