Skip to content

Commit

Permalink
Add descriptions and finish carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongmao86 committed Apr 27, 2023
1 parent 2b9c5e7 commit fdcfe40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/docs/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,10 @@
"lazy": "Enables lazy load for the image of the component.",
"maxWidth": "Maximal the width of the image of the component",
"placeholderSrc": "`src` value for the placeholder image of the component.",
"referrerpolicy": "Proxies the `referrerpolicy` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-referrerpolicy)[[target=_blank]]."
"referrerpolicy": "Proxies the `referrerpolicy` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-referrerpolicy)[[target=_blank]].",
"sizes": "Proxies the `sizes` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/img#using_the_srcset_and_sizes_attributes)[[target=_blank]].",
"srcset": "Proxies the `srcset` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/img#using_the_srcset_and_sizes_attributes)[[target=_blank]].",
"title": "Proxies the `title` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/img#the_title_attribute)[[target=_blank]]."
},
"events": {},
"methods": {},
Expand Down

0 comments on commit fdcfe40

Please sign in to comment.