UMD Web Elements Library
    Preparing search index...

    Interface HeroMinimalProps

    Minimal hero variant props Explicitly defines all properties needed for minimal hero

    interface HeroMinimalProps {
        actions?: ContentElement;
        eyebrow?: ContentElement;
        headline?: ContentElement;
        image?: ImageElement;
        isThemeDark?: boolean;
        isThemeLight?: boolean;
        isThemeMaryland?: boolean;
        text?: ContentElement;
        video?: VideoElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: ContentElement
    eyebrow?: ContentElement
    headline?: ContentElement
    image?: ImageElement
    isThemeDark?: boolean
    isThemeLight?: boolean
    isThemeMaryland?: boolean
    video?: VideoElement