Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/core/src/Avatar/Avatar.doc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ export const docsDense = {
{guidance: true, description: 'Match size to context: xsm/sm inline, md/lg in lists, xl for profiles.'},
{guidance: true, description: 'Add a status dot in chat or team views where availability matters.'},
{guidance: true, description: 'When wrapping Avatar in your own Tooltip or HoverCard, set tooltip={false} so the built-in name tooltip does not overlap yours.'},
{guidance: true, description: 'Interactive avatars (href/onClick) need name or alt; without one they warn in development. A status label is not a name.'},
{guidance: true, description: 'Interactive avatars (href/onClick) need name or alt; without one they warn in development.'},
{guidance: false, description: 'Rely on a status label to name an interactive avatar. "Online" says nothing about where the link goes.'},
{guidance: false, description: 'Use for logos or product images. Use an image or icon instead.'},
{guidance: false, description: 'Force a square or custom shape. Avatars are always circular.'},
],
Expand Down
Loading