Skip to content

AvatarShape

AvatarShape = "circle" | "square" | "rounded"

Defined in: src/components/primitives/Avatar/Avatar.types.ts:24

Geometric treatment of the avatar.

  • circle — full round (default)
  • square — square corners
  • rounded — slightly rounded corners (borderRadius.md)