Generic, flexible site footer. Reads defaults from virtual:stnd/config (title, navigation) so it works with zero props; a grid-8 layout (3 columns brand/info, 5 for custom link columns), responsive out of the box. Slots: brand, description, copyright, bottom-left, bottom-right, and default (extra link columns).
<Footer />
<Footer title="My Garden">
<div class="col-1">
<h4>Section</h4>
<ul><li><a href="/">Home</a></li></ul>
</div>
</Footer>
Props
| Type | Name | Description |
|---|---|---|
| string | title? |
Brand name — defaults to the site config’s own title, then “Home”. |
| string | class? |
|
| boolean | hideBrand? |
|
| boolean | hideNav? |
Hide the nav column entirely (built from config.nav.footer / config.nav.header). |