Footer container for site-wide footer content. Same as Container but positioned at the bottom.
All styling goes in props.className as a single Tailwind utility string. Non-class props (text, src, alt, etc.) stay on their own keys. root.animation for scroll effects.
Standard footer with neutral background
{
"canDelete": false,
"canEditName": false,
"type": "footer",
"custom": {
"displayName": "Footer"
},
"className": "bg-neutral text-neutral-content flex w-full"
}Footer with dark accent band
{
"canDelete": false,
"canEditName": false,
"type": "footer",
"custom": {
"displayName": "Footer"
},
"className": "bg-base-content text-base-100 border-t border-base-300 flex w-full"
}Subtle footer on base surface
{
"canDelete": false,
"canEditName": false,
"type": "footer",
"custom": {
"displayName": "Footer"
},
"className": "bg-base-200 text-base-content border-t border-base-300 flex w-full"
}