-
Notifications
You must be signed in to change notification settings - Fork 839
feat: Add <UserAvatar />
documentation
#2708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
<UserAvatar />
documentation
@tmilewski have submitted a docs review with a few changes. Feel free to check out the commit and let me know if you have any thoughts. I will test this with the diff SDKs, and if that's all good, then it should be good to go. Tagging @alexisintech for visibility on this. |
@SarahSoutoul Thank you!! |
@tmilewski One comment I had was regarding the picture - it appeared really small, so I removed the styling in my docs review, and it looks a bit better. But I feel like the avatar is still really small - wondering if we could get a better image with the actual avatar being bigger? Before: ![]() After: ![]() |
Update on this one @alexisintech:
|
Another update @alexisintech:
That's the remaining element before approving this, so feel free to review my docs review and any other things while we wait for the image. |
🔎 Previews:
What does this solve?
Adds documentation for the new
<UserAvatar />
component.What changed?
<UserAvatar />
component reference page[un]mountUserAvatar(...)
to the Javascript referenceChecklist