Const
<!-- Basic minimal hero -->
<umd-element-hero-minimal>
<h1 slot="headline">Academic Programs</h1>
<p slot="text">Explore over 100 undergraduate majors</p>
</umd-element-hero-minimal>
<!-- Minimal hero with light theme and image -->
<umd-element-hero-minimal data-theme="light">
<p slot="eyebrow">College of Engineering</p>
<h1 slot="headline">Aerospace Engineering</h1>
<p slot="text">
Prepare for a career designing the next generation of
aircraft and spacecraft.
</p>
<img slot="image" src="aerospace-lab.jpg" alt="Aerospace laboratory">
<div slot="actions">
<a href="/aerospace/apply">Apply to Program</a>
</div>
</umd-element-hero-minimal>
Minimal Hero Component
A simplified hero component with clean design and multiple theme options. Ideal for interior pages and content-focused layouts.
Custom Element
<umd-element-hero-minimal>
Slots
eyebrow
- Small text above headlineheadline
- Main hero heading (required)text
- Supporting text contentimage
- Hero imageactions
- Call-to-action buttons/linksAttributes
data-theme
- Theme options:dark
- Dark theme stylinglight
- Light theme stylingmaryland
- Maryland brand theme