mljr-ui · showcase

Footer

Page footer. Structured neo-brutalist variant with brand cell, titled link columns and bottom bar — or a simple flex row via children.

layout footer
Controls
variant
Current props
variant: ""

Usage

layout.Footer(layout.FooterProps{
    Brand:   h.Strong(g.Text("MyApp")),
    Tagline: "Short product tagline.",
    Columns: []layout.FooterColumn{
        {Title: "Product", Links: []layout.FooterLink{
            {Label: "Features", Href: "#"},
            {Label: "Pricing", Href: "#"},
        }},
        {Title: "Company", Links: []layout.FooterLink{
            {Label: "About", Href: "#"},
            {Label: "GitHub", Href: "https://github.com", External: true},
        }},
    },
    Bottom: h.Span(g.Text("© 2026 MyApp")),
})

All combinations (2)

Enum controls only · bool and text use defaults

structured
simple

Props

NameTypeOptionsDefault
variantenumstructured, simplestructured