You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/api/avatar.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You can learn more about the difference by [reading this guide](/guides/minimizi
31
31
| <spanclass="prop-name">imgProps</span> | <spanclass="prop-type">object</span> || Attributes applied to the `img` element if the component is used to display an image. |
32
32
| <spanclass="prop-name">sizes</span> | <spanclass="prop-type">string</span> || The `sizes` attribute for the `img` element. |
33
33
| <spanclass="prop-name">src</span> | <spanclass="prop-type">string</span> || The `src` attribute for the `img` element. |
34
-
| <spanclass="prop-name">srcSet</span> | <spanclass="prop-type">string</span> || The `srcSet` attribute for the `img` element. |
34
+
| <spanclass="prop-name">srcSet</span> | <spanclass="prop-type">string</span> || The `srcSet` attribute for the `img` element. Use this attribute for responsive image display. |
35
35
| <spanclass="prop-name">variant</span> | <spanclass="prop-type">'circle'<br>| 'rounded'<br>| 'square'</span> | <spanclass="prop-default">'circle'</span> | The shape of the avatar. |
0 commit comments