Const<!-- Basic article card -->
<umd-element-article>
<p slot="eyebrow">Faculty Research</p>
<h3 slot="headline">Professor Wins Nobel Prize in Physics</h3>
<p slot="text">Groundbreaking work in quantum computing recognized.</p>
<p slot="date">December 10, 2023</p>
</umd-element-article>
<!-- Article with image and actions -->
<umd-element-article>
<img slot="image" src="research-lab.jpg" alt="Research laboratory">
<p slot="eyebrow">Science & Technology</p>
<h2 slot="headline">New Climate Research Center Opens</h2>
<p slot="text">
The facility will advance understanding of climate change impacts
and develop sustainable solutions.
</p>
<p slot="date">November 15, 2023</p>
<div slot="actions">
<a href="/full-article">Read Full Article</a>
<a href="/share">Share</a>
</div>
</umd-element-article>
Article Card
A specialized card component optimized for displaying article and news content. Inherits all features from the standard card with article-specific semantics.
Custom Element
<umd-element-article>Slots
headline- Article title (required, accepts: h2-h6, p)text- Article excerpt or summary (accepts: p)eyebrow- Category or section labelimage- Article featured imageactions- Read more links or sharing optionsdate- Publication dateAttributes
data-theme- Theme styling options:dark- Dark theme stylinglight- Light theme stylingdata-display- Display mode options:list- List display formatdata-visual- Visual display options:transparent- Transparent backgroundaligned- Aligned content layoutbordered- Add border styling