src- Type
string- Default
- -
- Description
- Absolute/relative URL for the display image.
Search for a command to run...
Components / Display
படவுரு
Avatars represent a user or entity. They show a profile image with an accessible fallback to initials when the image is unavailable.
படவுருக்கள் பயனர் அல்லது நிறுவனத்தை குறிக்கின்றன.
3 parts documented for implementation and review.
<span>Circular clip mask that frames the image or fallback. Size controlled via Tailwind utility classes (h-10 w-10 for default). Uses overflow-hidden and rounded-full. For avatar stacks, apply negative margin (-space-x-2) and border-2 border-background on each avatar.
<img>Profile photo that loads asynchronously. Hidden until the image is fully loaded to prevent broken-image flicker. Always set an alt attribute with the user's name — in Tamil for Tamil users: 'காவ்யாவின் சுயவிவர படம்'. Fills the container via object-cover.
Visible when the image is unavailable or still loading. Typically shows 1–2 initial characters. For Tamil users, use Tamil initials — 'கா' for காவ்யா, 'மு' for முத்துக்குமார். Apply font-tamil for correct rendering. Background color should be a soft OKLCH pastel for visual differentiation across a group.
alt text on AvatarImage: காவ்யாவின் சுயவிவர படம்.srcstringaltstringfallbackreqstring| Prop | Type | Default | Description |
|---|---|---|---|
src | string | - | Absolute/relative URL for the display image. |
alt | string | - | Accessible description fallback text. |
fallbackreq | string | - | Bilingual string or letters shown when the image fails to load. |
Show Tamil initials in the fallback — 'கா' for காவ்யா — so Tamil users see their name represented correctly.
காவ்யாவுக்கு 'கா' என்று தமிழ் தொடக்க எழுத்தை காட்டவும் — பயனரின் பெயர் சரியாக பிரதிநிதித்துவப்படுத்தப்படும்.
Romanised initials like 'KA' for காவ்யா misrepresent the user and break the Tamil-first design principle.
காவ்யாவுக்கு 'KA' என்று ஆங்கிலத்தில் காட்டுவது தமிழ்-முதல் வடிவமைப்பு கொள்கைக்கு எதிரானது.
Set a descriptive alt attribute in Tamil for screen reader users — 'காவ்யாவின் சுயவிவர படம்'.
திரை வாசகர் பயனர்களுக்கு தமிழில் விளக்கமான alt உரை அமைக்கவும்.
When more than 4–5 avatars are stacked, always show a '+N' overflow count so users know how many people are in the group.
4–5-க்கும் அதிகமான படவுருக்கள் அடுக்கப்படும்போது '+N' எண்ணிக்கை காட்டவும்.