Back

Footer

Full Footer

With Social Links

Pass SocialLinks to render icon links in the copyright bar.

U
mljr-ui

© 2025 mljr-ui.

With Newsletter Signup

Pass Newsletter to add an email subscription form.

U
mljr-ui

Stay in the loop

Get the latest updates and releases delivered to your inbox.

Thanks for subscribing!

Please enter a valid email address.

© 2025 mljr-ui.

Minimal (brand + copyright only)

U
mljr-ui

© 2025 mljr-ui.

Usage

@layout.Footer(layout.FooterProps{
    Brand:     myLogoTempl(),
    Copyright: "© 2025 Acme Inc.",
    SocialLinks: []layout.SocialLink{
        {Label: "GitHub",   Href: "https://github.com/...", Icon: githubIcon()},
        {Label: "Twitter",  Href: "https://twitter.com/...", Icon: twitterIcon()},
    },
    Columns: []layout.FooterColumn{
        {
            Title: "Product",
            Links: []layout.FooterLink{
                {Label: "Features", Href: "/features"},
                {Label: "Pricing",  Href: "/pricing"},
            },
        },
    },
})