label
string
A fully clickable card component with a ContentTag at the top, two fixed-height content sections, and a decorative arrow icon that responds to hover/focus states. Defaults to headline variant when no children are provided, and light variant when children are provided.
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardhref="#"label="Press Release"title="Snippet Card Example"/></Box>
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardhref="#"label="Press Release"title="Snippet Card Example"><SnippetCardText>This is child content.</SnippetCardText></SnippetCard></Box>
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardhref="#"label="Event"metaItems={[{icon: <CalendarIcon />,text: 'March 6, 2023'},{icon: <ClockIcon />,text: '5 min read'},{icon: <LocationIcon />,text: 'London'}]}title="Explore Progress towards Gender Equality in Research & Innovation – 2024 Review"/></Box>
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardhref="#"label="Press Release"title="Snippet Card Example"variant="light"/></Box>
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardhref="#"label="Topic"title="Snippet Card Example"variant="dark"/></Box>
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardhref="#"label="Press Release"metaItems={[{icon: <CalendarIcon />,text: 'March 6, 2023'},{icon: <ClockIcon />,text: '5 min read'},{icon: <LocationIcon />,text: 'London'}]}title="Explore Progress towards Gender Equality in Research & Innovation – 2024 Review"variant="headline"/></Box>
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardhref="#"label="Press Release"title="Snippet Card Example with a super mega colossal humongously long title name that should be truncated after four lines"><SnippetCardImagealt=""src="/design-system/docs/images/example-image.jpg"/></SnippetCard></Box>
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardhref="#"label="Press Release"metaItems={[{icon: <CalendarIcon />,text: 'March 6, 2023'},{icon: <ClockIcon />,text: '5 min read'},{icon: <LocationIcon />,text: 'London'}]}title="Snippet Card Example with a super long title name that should be truncated after three lines"><SnippetCardImagealt=""src="/design-system/docs/images/example-image.jpg"/></SnippetCard></Box>
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardhref="#"label="Video"metaItems={[{icon: <CalendarIcon />,text: 'March 6, 2023'},{icon: <ClockIcon />,text: '5 min read'},{icon: <LocationIcon />,text: 'London'}]}title="Explore Progress towards Gender Equality in Research & Innovation – 2024 Review"><SnippetCardImagealt="Video thumbnail"mediaIcon={<PlayIcon />}src="/design-system/docs/images/example-image.jpg"/></SnippetCard></Box>
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardhref="#"label="Podcast"title="Health Podcast"><SnippetCardImagealt="Podcast cover"mediaIcon={<PodcastIcon />}src="/design-system/docs/images/example-image.jpg"/></SnippetCard></Box>
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardhref="#"label="Report"title="Explore Progress towards Gender Equality in Research & Innovation – 2024 Review"><SnippetCardText>Browse a collection of resources designed to support research, healthcare and scientific discovery. From articles and reports to case studies, tools, and key topics, filter by subject, role, or product to quickly find whats most relevant to your work and learning. Whether you are an academic, clinician, or industry professional, discover content tailored to your needs.</SnippetCardText></SnippetCard></Box>
External links work with all content types including text and images.
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardexternalhref="#"label="Connect"title="Researchers have their say on what research integrity means in the age of AI"><SnippetCardImagealt=""src="/design-system/docs/images/example-image.jpg"/></SnippetCard></Box>
When a SnippetCardLink is included, the card itself is not clickable and instead shows an inline link.
Lorem ipsum dolor sit amet consectetur. Augue gravida pretium mauris accumsan. Egestas elit gravida eget quis mauris libero turpis.
Edit link text
<Boxstyle={{maxInlineSize: '305px'}}><SnippetCardlabel="Topic"title="Title of the topic card"><SnippetCardText>Lorem ipsum dolor sit amet consectetur. Augue gravida pretium mauris accumsan. Egestas elit gravida eget quis mauris libero turpis.</SnippetCardText><SnippetCardLink href="#">Edit link text</SnippetCardLink><SnippetCardImagealt=""src="/design-system/docs/images/example-image.jpg"/></SnippetCard></Box>
loaderImageLoader
qualitynumber
Quality passed to the loader
roundedboolean
Corner style
fetchpriority"auto" | "high" | "low"
> Provides a hint of the relative priority to use when fetching the image. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Img#attr-fetchpriority
hideOnErrorboolean
mediaIconReactNode
widthnumber
Default: 257
heightnumber
Default: 160
externalboolean
Indicates that the link goes to an external site
sizeTextSize
inlineboolean
Indicates if link is used in line with other text content.
centerIconsboolean
visuallyHiddenContentstring
If there is any visually hidden content, it should go here rather than in children
startIconReactNode
The startIcon property allows an icon to be passed which is displayed before the link text.
endIconReactNode
The endIcon property allows an icon to be passed which is displayed after the link text.
rightAlignEndIconboolean
The rightAlignEndIcon property allows an icon to be passed which is displayed right aligned after the link text.