Basic Eyebrow Banner

<PrimerBrandEyebrowBanner Href="https://githubuniverse.com"
                            Heading="GitHub Universe: Dive in to AI, security, and DevEx"
                            SubHeading="Get your tickets now to join us on Nov. 8-9." />

With Label

<PrimerBrandEyebrowBanner Href="https://githubuniverse.com"
                            Label="NEW"
                            Heading="Copilot available for Business" />

With Colored Label

<PrimerBrandEyebrowBanner Href="https://githubuniverse.com"
                            Label="NEW"
                            LabelColor="BrandEyebrowBannerLabelColor.Red"
                            Heading="Copilot available for Business" />

With Leading Visual

<PrimerBrandEyebrowBanner Href="https://githubuniverse.com"
                            Heading="GitHub Universe: Dive in to AI, security, and DevEx"
                            SubHeading="Get your tickets now to join us on Nov. 8-9.">
    <LeadingVisual>
        <img src="https://github.githubassets.com/assets/eyebrow-23@2x-563f292d9e30.png"
                alt="Universe badge" />
    </LeadingVisual>
</PrimerBrandEyebrowBanner>

With Icon

<PrimerBrandEyebrowBanner Href="https://githubuniverse.com"
                            Heading="GitHub Copilot for Business">
    <LeadingVisual>
        <PrimerBrandIcon Icon="BrandIconName.Stack16" Size="BrandIconSize.Small" />
    </LeadingVisual>
</PrimerBrandEyebrowBanner>

EyebrowBanner Component Options

Available options for PrimerBrandEyebrowBanner

NameDescriptionDefault ValueCSS Class
Href
Target link URL
null
root
Target
Target of link
_self
root
Label
Gradient label text
null
__leadingLabel
LabelColor
Gradient color enum
null
--color-*
Heading
Main text line
null
__heading
SubHeading
Secondary text line
null
__subHeading
LeadingVisual
Image or icon before text
null
__leadingVisual