UMD Web Components Library
    Preparing search index...

    Variable sectionIntroWideConst

    sectionIntroWide: ComponentRegistration = ...

    Section Introduction (Wide)

    A full-width section introduction component that spans the entire container width. Provides a bold headline and optional action buttons for high-impact section openings. Ideal for major content divisions or landing page sections.

    <umd-element-section-intro-wide>

    • headline - Section headline/title
    • actions - Call-to-action buttons or links
    • data-theme - Theme options:
      • dark - Dark background with light text
    <!-- Basic wide section intro -->
    <umd-element-section-intro-wide>
    <h1 slot="headline">Welcome to the University of Maryland</h1>
    </umd-element-section-intro-wide>
    <!-- With call-to-action -->
    <umd-element-section-intro-wide>
    <h2 slot="headline">Discover Your Path</h2>
    <div slot="actions">
    <a href="/programs" class="button">Explore Programs</a>
    <a href="/visit" class="button-outline">Plan a Visit</a>
    </div>
    </umd-element-section-intro-wide>
    <!-- Dark theme variant -->
    <umd-element-section-intro-wide data-theme="dark">
    <h1 slot="headline">Innovation Starts Here</h1>
    <a slot="actions" href="/innovation">Join the Movement</a>
    </umd-element-section-intro-wide>

    1.0.0