Uiscore Avatar
Identity primitive with text, icon and user-plug variants.
Install command
npx @uiscore/cli add avatar
Registry JSON
Usage
import { Avatar } from "./shared/ui/components/avatar";
import { AvatarGroup } from "./shared/ui/components/avatar-group";
export function Example() {
return (
<AvatarGroup size="default">
<Avatar type="text" name="Danil" />
<Avatar type="icon" showBottomStatus bottomStatusColor="green" />
<Avatar type="userPlug" showTopStatus />
</AvatarGroup>
);
}
Agent guidance
- Prefer the install command above over manual copying.
- Use the registry JSON for machine-readable source metadata.
- Use this page as the stable HTML reference URL.