Recommended
01
Four-column public footer
Organize product, developer, resource, and company links into responsive columns.
<Footer
label="Footer"
items='[
{
"type": "header",
"label": "Product",
"description": "Build consistent interfaces with WRNexusJS.",
"items": [
{
"label": "Components",
"href": "/base"
},
{
"label": "Themes",
"href": "/themes"
},
{
"label": "Examples",
"href": "/blocks"
}
]
},
{
"type": "header",
"label": "Developers",
"items": [
{
"label": "Documentation",
"href": "/docs"
},
{
"label": "Installation",
"href": "/installation"
},
{
"label": "Framework guides",
"href": "/framework-guides"
}
]
},
{
"type": "header",
"label": "Resources",
"items": [
{
"label": "Accessibility",
"href": "/accessibility"
},
{
"label": "Design tokens",
"href": "/colors"
},
{
"label": "Typography",
"href": "/fonts"
}
]
},
{
"type": "header",
"label": "Company",
"items": [
{
"label": "WorkRoot",
"href": "https://workroot.in",
"external": true
},
{
"label": "WRNexusJS",
"href": "https://wrnexusjs.dev",
"external": true
}
]
}
]'
columns="4"
maxWidth="wide"
copyright="© 2026 WRNexusJS. All rights reserved.">
<div data-slot="pre-footer">
<div class="showcase-slot">pre-footer slot</div>
</div>
<div data-slot="post-footer">
<div class="showcase-slot">post-footer slot</div>
</div>
<div data-slot="copyright-left">
<div class="showcase-slot">copyright-left slot</div>
</div>
<div data-slot="copyright-right">
<div class="showcase-slot">copyright-right slot</div>
</div>
</Footer>