@@ -255,7 +255,7 @@ import {Skeleton, Card, CardPreview, Image, Content, Text} from '@react-spectrum
255255
256256### Card
257257
258- ``` tsx links={{Image: 'Image', Illustration: 'illustrations', ActionMenu: 'ActionMenu'}}
258+ ``` tsx links={{Image: 'Image', Illustration: 'illustrations', ActionMenu: 'ActionMenu', Content: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div', Text: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span', Footer: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer' }}
259259<Card >
260260 <CardPreview >
261261 <Image /> or <Illustration />
@@ -273,7 +273,7 @@ import {Skeleton, Card, CardPreview, Image, Content, Text} from '@react-spectrum
273273
274274### AssetCard
275275
276- ``` tsx links={{Image: 'Image', Illustration: 'illustrations', ActionMenu: 'ActionMenu'}}
276+ ``` tsx links={{Image: 'Image', Illustration: 'illustrations', ActionMenu: 'ActionMenu', Content: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div', Text: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span' }}
277277<AssetCard >
278278 <CardPreview >
279279 <Image /> or <Illustration />
@@ -290,7 +290,7 @@ import {Skeleton, Card, CardPreview, Image, Content, Text} from '@react-spectrum
290290
291291### UserCard
292292
293- ``` tsx links={{Image: 'Image', ActionMenu: 'ActionMenu'}}
293+ ``` tsx links={{Image: 'Image', ActionMenu: 'ActionMenu', Content: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div', Text: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span', Footer: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer' }}
294294<UserCard >
295295 <CardPreview >
296296 <Image />
@@ -309,7 +309,7 @@ import {Skeleton, Card, CardPreview, Image, Content, Text} from '@react-spectrum
309309
310310### ProductCard
311311
312- ``` tsx links={{Image: 'Image', ActionMenu: 'ActionMenu', Button: 'Button', LinkButton: 'LinkButton'}}
312+ ``` tsx links={{Image: 'Image', ActionMenu: 'ActionMenu', Button: 'Button', LinkButton: 'LinkButton', Content: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div', Text: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span', Footer: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer' }}
313313<ProductCard >
314314 <CardPreview >
315315 <Image slot = " preview" />
0 commit comments