Skip to content

Commit cf7ce76

Browse files
committed
Add initials prop to WithImage avatar
1 parent bf67cc7 commit cf7ce76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Avatar/Avatar.stories.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,12 @@ export const WithImage = () => (
104104
<div>
105105
<Avatar
106106
image="https://avatars.dicebear.com/api/avataaars/1234.svg"
107+
initials="RR"
107108
large
108109
/>
109110
<Avatar
110111
image="https://avatars.dicebear.com/api/avataaars/1234.svg"
112+
initials="RR"
111113
/>
112114
</div>
113115
);

0 commit comments

Comments
 (0)