shadcn_ui-avatar
Installation
SKILL.md
Shadcn UI — Avatar
Instructions
ShadAvatar is an image with a placeholder for representing the user. Uses the universal_image package for multiple image formats.
Basic usage
ShadAvatar(
'https://example.com/avatar.png',
placeholder: Text('CN'),
)
Pass the image URL as the first argument; placeholder is shown while loading or if the image fails (e.g. initials).