Const
<!-- Basic logo display -->
<umd-element-logo>
<img slot="image" src="logo.png" alt="Company Logo" />
</umd-element-logo>
<!-- Logo with text and dark theme -->
<umd-element-logo data-theme="dark">
<img slot="image" src="partner-logo.png" alt="Partner Logo" />
<p>Official University Partner</p>
</umd-element-logo>
Box Logo
A layout component that displays a logo image with optional text content in a boxed layout. Commonly used for brand identity sections, partner logos, or featured organization displays.
Custom Element
<umd-element-logo>
Slots
image
- Logo image (required, accepts: img)Attributes
data-theme
- Theme options:dark
- Dark background with light textdata-visual
- Visual styling options:bordered
- Adds a border around the component