Avatar
An Avatar UI component is a visual representation of a user or entity, typically in the form of a small image or icon. It represent a user, and displays the profile picture, initials or fallback icon.
Import
import { Avatar } from "io-elements"
Usage
Props
| NAME | TYPE | REQUIRED | DEFAULT |
|---|---|---|---|
| size | number | "lg" | "md" | "sm" | false | 80 |
| raduis | number | "full" | "lg" | "md" | "sm" | true | md |
| borderSize | number | "lg" | "md" | "sm" | false | sm |
| text | String | false | true |
| textStyle | StyleProp<{color, fontSize, fontWeight}> | false | {} |
| source | String | false |