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
Props
| Name | Type | Options | Default |
|---|---|---|---|
variant | enum | structured, simple | structured |