Give Avatar initials, person-mark, and load-error fallbacks so missing photos still look like the design-system atom.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
adilallo
2026-08-26 13:18:33 -06:00
co-authored by Cursor
parent 95781452bd
commit 4c4cf99572
6 changed files with 395 additions and 29 deletions
+6 -1
View File
@@ -1,2 +1,7 @@
export { default } from "./Avatar";
export type { AvatarSizeValue } from "./Avatar";
export type { AvatarProps } from "./Avatar";
export type {
AvatarShapeValue,
AvatarSizeValue,
AvatarVariantValue,
} from "./Avatar";