Const<umd-element-event-time>
<h3 slot="headline">Event Title</h3>
<time slot="start-time" datetime="2024-03-15T10:30:00">2024-03-15T10:30:00</time>
<time slot="end-time" datetime="2024-03-15T12:00:00">2024-03-15T12:00:00</time>
<p slot="location">Oak Creek Golf Club</p>
<p slot="information">Info text</p>
<p slot="text">Event description.</p>
<a slot="actions" href="#">Contact for questions</a>
<img slot="image" src="event.jpg" alt="Event">
</umd-element-event-time>
Event Time Card
A card component for displaying event time information in a two-column layout (content + image). Emphasizes time range display with optional location, information, description, and CTA slots. Supports dark mode.
Custom Element
<umd-element-event-time>Slots
headline- Event title (accepts: h2-h6, p)start-time- Event start time (required, time element)end-time- Event end time (optional, time element)location- Event locationinformation- Additional info texttext- Event descriptionactions- CTA linksimage- Event imageAttributes
data-theme- Theme styling options:dark- Dark theme styling