Basic Minimal Footer

<PrimerBrandMinimalFooter SocialLinks="@(new() {
        new("GitHub", "https://github.com/github", "/images/github-mark.svg", 20, 20),
        new("X", "https://x.com/", "/images/x-black.png", 20, 16)
    })"
                            FooterLinks="@(new() {
        new("Try GitHub for free", "https://github.com/organizations/enterprise_plan"),
        new("Enterprise", "https://github.com/enterprise"),
        new("Email us", "https://github.com/enterprise/contact")
    })">
    <LogoContent>
        <PrimerImage Src="/images/logo_small.png" IsCircle="true" Width="30" Height="30" />
    </LogoContent>
</PrimerBrandMinimalFooter>

PrimerBrandMinimalFooter Options

Available parameters for the minimal footer component

NameDescriptionDefault ValueCSS Class
LogoLink
URL for the logo link
"https://github.com"
Footer__logomarks a
LogoContent
Custom logo content (e.g. image)
null
Footer__logomarks img
SocialLinks
List of social icons with links
null
Footer__social-links
FooterLinks
Secondary footer navigation links
null
Footer__links
Copyright
Copyright text displayed in footer
"© 2025 PrimerBlazor. All rights reserved."
Footer__copyright